.main_form {
	padding:10px;
	vertical-align:top;
	text-align:left;
}
input, textarea {
	font-family:Arial;
}
.fo_text, .fo_text2{
	font-size:11px;
	width:300px;
	border-left:1px solid #9F9F9F;
	border-top:1px solid #9F9F9F;
	border-bottom:1px solid #D8D8D8;
	border-right:1px solid #D8D8D8;
	color:#787878;
}
.fo_categories_tree {
	font-size:11px;
	width:300px;
	border-left:1px solid #9F9F9F;
	border-top:1px solid #9F9F9F;
	border-bottom:1px solid #D8D8D8;
	border-right:1px solid #D8D8D8;
	color:#787878;
}
.fo_password{
	font-size:11px;
	width:300px;
	border-left:1px solid #9F9F9F;
	border-top:1px solid #9F9F9F;
	border-bottom:1px solid #D8D8D8;
	border-right:1px solid #D8D8D8;
	color:#787878;
}
.fo_textarea{
	font-size:11px;
	width:300px;
	height:60px;
	border-left:1px solid #9F9F9F;
	border-top:1px solid #9F9F9F;
	border-bottom:1px solid #D8D8D8;
	border-right:1px solid #D8D8D8;
	color:#787878;
}
.fo_file{
	font-size:11px;
	width:300px;
	height:20px;
	color:#787878;
	border-left:1px solid #9F9F9F;
	border-top:1px solid #9F9F9F;
	border-bottom:1px solid #D8D8D8;
	border-right:1px solid #D8D8D8;
	color:#787878;
}
.fo_radio{
	font-size:11px;
	border:none;
	border-left:1px solid #9F9F9F;
	border-top:1px solid #9F9F9F;
	border-bottom:1px solid #D8D8D8;
	border-right:1px solid #D8D8D8;
	color:#787878;
}
.fo_checkbox {
	border:none;
	width:auto;
}
.fo_checkbox_group {
	font-size:11px;
	border:none;
	border-left:1px solid #9F9F9F;
	border-top:1px solid #9F9F9F;
	border-bottom:1px solid #D8D8D8;
	border-right:1px solid #D8D8D8;
	color:#787878;
}
.fo_image{
	font-size:11px;
	width:300px;
	border-left:1px solid #9F9F9F;
	border-top:1px solid #9F9F9F;
	border-bottom:1px solid #D8D8D8;
	border-right:1px solid #D8D8D8;
	color:#787878;
}
.fo_html{
	font-size:11px;
	width:300px;
	border-left:1px solid #9F9F9F;
	border-top:1px solid #9F9F9F;
	border-bottom:1px solid #D8D8D8;
	border-right:1px solid #D8D8D8;
	color:#787878;
}
.fo_date, .fo_datetime{
	font-size:11px;
	width:300px;
	border-left:1px solid #9F9F9F;
	border-top:1px solid #9F9F9F;
	border-bottom:1px solid #D8D8D8;
	border-right:1px solid #D8D8D8;
	color:#787878;
}
.separator {
	padding:3px;
	padding-top:7px;
	padding-bottom:7px;
	color:#8e2626;
	font-size:13px;
}
.btn, .submitBtn, .fo_submit {
	font-size:11px;
	padding-left:5px;
	padding-right:5px;
	background-image:url('../images/button.gif');
	background-repeat:repeat-x;
	height:20px;
	border:none;
	color:#FFF;
	cursor:pointer;

}
.formElementsField {
	padding:3px;
	margin:2px;
	border: 0px solid #eee;
}
.formElementsField div {
	padding:0px;
}
.txt{
	color:#333333;
}
.error{
	color:#EE3333;
}
.error_message {
	color:#EE3333;
	font-size:9px;
}
.highlight_search_result {
	background:#FAF0C3;
}
.form {
	background:url('../images/input.gif') no-repeat;
	height:27px;
}
.form1 {
	background:url('../images/input1.gif') center left no-repeat;
	height:27px;
	padding:0px;
	margin:0px;
}
.form input.text {
	border:0px solid #FFF;
	width:140px;
	color:#7c7c7c;
	font-family:Tahoma;
	font-size:11px;
}
.form1 input.text {
	border:0px solid #000;
	margin:0px;
	/*margin-top:-2px;*/
	width:80px;
	color:#7c7c7c;
	font-family:Tahoma;
	font-size:11px;	
}

