/*common form css theme for Chevron by Bdjobs.com*/

form{
	font-family:Arial !important;
	font-size:11px!important;
	text-decoration:none;
	margin:0px;
	padding:0px;
	color:#333333
}
form input{
	vertical-align:middle;
	margin:2px;
	border:1px solid #00A650;
	
}
form strong
{
color:#666666;
font-weight:bold;
}
form .text{
	border:1px solid #7f9db9;
	height:15px;
	background-color:#FFFFFF;
	font-size:11px;
	/*background-image:url(../images/textbox_bg.gif);
	background-repeat:repeat-x;
	background-position:top;*/
}
form .textarea{
	border:1px solid #7f9db9;
	font-family:Arial;
	font-size:11px;
	/*background-image:url(../images/textbox_bg.gif);
	background-repeat:repeat-x;
	background-position:top;	*/
}
form .password{
	border:1px solid #A7C375;
	height:18px;
}
form .file{
	border:1px solid #A7C375;
	height:22px;
}
form select{
	border:1px solid #7f9db9;
	height:19px;
	/*background-color:#E9FAF1;
	border:1px solid #a0e2c0;
*/
	margin:2px;
	vertical-align:middle;
	font-size:11px;
}

form .button{
	background-color:#BBDAB6;
	color:#464d49;
	height:24px;
	font-size:11px;
	border:0px;
	/*
	font-weight:bold;
	width;500px;
	padding-left:5px;
	padding-right:5px;
	border:1px solid #faa61a;
	background-image:url(../images/btn_bg.gif);
	background-repeat:repeat-x;
	background-position:top;	*/
}
form table{
	/*border:1px solid #a0e2c0;*/
	border-top:5px solid #00A650;
	background-image:url(../images/textbox_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:15px;
	}
form table td{
	border-bottom:0px solid #F1F7DE;
	/*padding-left:10px;
	background-color:#E0E6CE;
	*/
}
form .must{font-family:Tahoma; font-size:18px; color:#FF0000; vertical-align:middle;}

form .formheader{
	background-color:#FBA61A; 
	width:300px;
	padding:3px; 
	padding-left:10px; 
	color:#FFFFFF; 
	font-weight:bold;
	font-size:12px; 
	font-family:verdana;
	/*text-transform:lowercase !important;*/
	
}
form .sectionheader
{
	padding:3px; 
	padding-left:10px; 
	color:#FBA61A; 
	font-weight:bold;
	font-size:16px; 
	font-family:Georgia;
}
form .rem_border{
	margin-right:10px;
	vertical-align:middle;
}

form .line_horz{
	border-top:1px solid #00A650;
	background-image:url(../images/textbox_bg.gif);
	background-repeat:repeat-x;
	background-position:top;	
	
}

