input, select, button
{
	color: #4c4c4b;
	border: #AAAAAA 1px solid;
	background: #FFFFFF;
	margin: 3px;
	padding: 2px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
input{
	width: 200px;

	background-image: url(../_images/form/textbox-corner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
textarea{
	width: 206px;
	
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.submit textarea{
	width: 350px;
	height: 100px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select{
	width: 206px;
}

input[type="button"] {
	background-image: url(../images/form/go.gif);
	background-repeat: no-repeat;
}
/* IMAGE BUTTON CONTROLS */

button.positive, .buttons a.positive{
	background-color:#EBEBEB;
	border:1px solid #AAAAAA;
	color:#636363;
	width: 75px;
	height: 24px;
	text-indent:5px
}
.buttons a.positive:hover, button.positive:hover{
	background-color:#EBEBEB;
	border:1px solid #1D6EA2;
	color:#636363;
	width: 75px;
	height: 24px;
	text-indent:5px;
	}
	.buttons a.positive:active{
	background-color:#EBEBEB;
	border:1px solid #AAAAAA;
	color:#636363;
	width: 75px;
	height: 24px;
	text-indent:5px;
	}

.save{ 
	background: url(../_images/form/icon_btn_save.gif) no-repeat;
	background-position: 1px 1px;;
}
.edit{ 
	background: url(../_images/form/icon_btn_edit.gif) no-repeat;
	background-position: 1px 1px;
}
.delete{ 
	background: url(../_images/form/icon_btn_delete_bin.gif) no-repeat;
	background-position: 1px 1px;
}
.info{ 
	background: url(../_images/form/icon_btn_info.gif) no-repeat;
	background-position: 1px 1px;
}
.apply{ 
	background: url(../_images/form/icon_btn_apply_grey.gif) no-repeat;
	background-position: 1px 1px;
}
.back{ 
	background: url(../_images/form/icon_btn_back.gif) no-repeat;
	background-position: 1px 1px;
}
.go{ 
	background: url(../_images/form/icon_btn_search.gif) no-repeat;
	background-position: 1px 1px;
}
.login{ 
	background: url(../_images/form/btn_icon_key_login.gif) no-repeat;
	background-position: 1px 1px;
}

/* SEARCH BUTTON CONTROLS */
.search input{
	width: 140px;

	background-image: url(../_images/form/textbox-corner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.search select{
	width: 145px;
	
	background-image: url(../images/form/textbox-corner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

label {  
	position: relative;  
	float: left;  
	width: 10em;  
	margin-right: 1em; 
	font-weight: bold;
} 

input.required{
	background-image: url(../_images/form/required_star.png);
	background-position: right;
	background-repeat: no-repeat;
}

select.required{
	background: url(../_images/form/required_star.png) no-repeat 100%;
	padding: 0 15px 0 0;
}

.uppercase {
        text-transform:uppercase;
}
.lowercase {
        text-transform:lowercase;
}
.numbering {
        vertical-align:middle;
}