.fo_text{
	width:99%;
	border-top:1px solid #707070;
	border-left:1px solid #707070;
	border-bottom:1px solid #CACED3;
	border-right:1px solid #CACED3;
	font-family:Tahoma;
	font-size:11px;
	color:#8B8B8B;
	background-image:url('../images/users_fields_bgr.jpg');
	background-repeat:repeat-x;	
}
.fo_select{
	width:99%;
	border-top:1px solid #707070;
	border-left:1px solid #707070;
	border-bottom:1px solid #CACED3;
	border-right:1px solid #CACED3;
	font-family:Tahoma;
	font-size:11px;
	color:#8B8B8B;
	background-image:url('../images/users_fields_bgr.jpg');
	background-repeat:repeat-x;	
}
option {
}
.fo_number{
	width:99%;
	border-top:1px solid #707070;
	border-left:1px solid #707070;
	border-bottom:1px solid #CACED3;
	border-right:1px solid #CACED3;
	font-family:Tahoma;
	font-size:11px;
	color:#8B8B8B;
	background-image:url('../images/users_fields_bgr.jpg');
	background-repeat:repeat-x;	
}
.fo_float{
	width:99%;
	border-top:1px solid #707070;
	border-left:1px solid #707070;
	border-bottom:1px solid #CACED3;
	border-right:1px solid #CACED3;
	font-family:Tahoma;
	font-size:11px;
	color:#8B8B8B;
	background-image:url('../images/users_fields_bgr.jpg');
	background-repeat:repeat-x;	
}
.fo_password{
	width:99%;
	border-top:1px solid #707070;
	border-left:1px solid #707070;
	border-bottom:1px solid #CACED3;
	border-right:1px solid #CACED3;
	font-family:Tahoma;
	font-size:11px;
	color:#8B8B8B;
	background-image:url('../images/users_fields_bgr.jpg');
	background-repeat:repeat-x;	
}
.fo_textarea{
	width:99%;
	height:60px;
	border-top:1px solid #707070;
	border-left:1px solid #707070;
	border-bottom:1px solid #CACED3;
	border-right:1px solid #CACED3;
	font-family:Tahoma;
	font-size:11px;
	color:#8B8B8B;
	background-image:url('../images/users_fields_bgr.jpg');
	background-repeat:repeat-x;	
}
.fo_file{
	width:99%;
	border-top:1px solid #707070;
	border-left:1px solid #707070;
	border-bottom:1px solid #CACED3;
	border-right:1px solid #CACED3;
	font-family:Tahoma;
	font-size:11px;
	color:#8B8B8B;
	background-image:url('../images/users_fields_bgr.jpg');
	background-repeat:repeat-x;	
}
.fo_radio{
	font-size:12px;
	font-family:Verdana, Arial;
}
.fo_checkbox{
	font-size:12px;
	font-family:Verdana, Arial;
}
.fo_image{
	width:99%;
	border-top:1px solid #707070;
	border-left:1px solid #707070;
	border-bottom:1px solid #CACED3;
	border-right:1px solid #CACED3;
	font-family:Tahoma;
	font-size:11px;
	color:#8B8B8B;
	background-image:url('../images/users_fields_bgr.jpg');
	background-repeat:repeat-x;	
}
.fo_html{
	font-size:12px;
	font-family:Verdana, Arial;
	width:300px;
	border:1px solid #999999;
	background-color:#E9E9E9;
}
.fo_date{
	font-size:12px;
	font-family:Verdana, Arial;
	width:300px;
	border:1px solid #999999;
	background-color:#E9E9E9;
}
.btn, .submitBtn {
	font-size:10px;
	font-family:Arial;
	padding-left:5px;
	padding-right:5px;
	background-color:#F8F8F8;
	background-image:url('../images/button.jpg');
	background-repeat:repeat-x;
	height:20px;
	border-left:1px solid #D8D8D8;
	border-top:1px solid #D8D8D8;
	border-bottom:1px solid #9F9F9F;
	border-right:1px solid #9F9F9F;
	color:#787878;
}


.txt{
	font-family:Verdana, Arial;
	color:#333333;
	padding-top:5px;
	height:22px;
}
.error{
	font-family:Verdana, Arial;
	color:#FF3333;
	padding-top:5px;
	height:22px;
}

