input, textarea, .multiselect {
	font-family:Arial;
	color:#333333;
	font-size:11px;
	border:1px solid #b9b9b9;
	padding:6px;
	background:url('../images/input_top.gif') repeat-x #FFF;
	width:200px;
}
textarea {
	height:80px;
}
input[submit] {
	width:auto;
}
.formElementsField .fo_text {
	width:250px;
}
.formElementsField .fo_textarea {
	width:250px;
}
.fo_text{
}
.fo_categories_tree {
	font-size:11px;
	border-left:1px solid #9F9F9F;
	border-top:1px solid #9F9F9F;
	border-bottom:1px solid #D8D8D8;
	border-right:1px solid #D8D8D8;
	color:#787878;
}
.fo_password{
}
.fo_textarea{
	width:300px;
	height:60px;
}
.fo_file{
}
.fo_radio{
	font-size:11px;
	border:none !important;
	background:none !important;
	width:auto;
	color:#787878;
}
.fo_checkbox{
	font-size:11px;
	border:none !important;
	background:none !important;
	color:#787878;
	width:auto;
}
.fo_checkbox_group {
	font-size:11px;
	border:none !important;
	background:none !important;
	width:auto;
	color:#787878;
}
.fo_image{
}
.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_button {
	background:url('../images/submit_bgr.gif') repeat-x #101010;
	height:32px;
	color:#FFF;
	font-weight:bold;
	border:none;
	font-size:14px;
	padding-left:0px;
	padding-right:0px;
	width:auto;
}
.fo_date{
}
.separator {
	padding:3px;
	padding-top:7px;
	padding-bottom:7px;
	color:#8e2626;
	font-size:13px;
}
.btn, .submitBtn, .fo_submit {
	font-size:11px;
	background:url('../images/submit_bgr.gif') repeat-x #101010;
	height:26px;
	color:#FFF;
	font-weight:bold;
	border:none;
	width:auto;
}
.formElementsField {
	padding:3px;
	margin:2px;
	border: 0px solid #eee;
	overflow:hidden;
}
.formElementsField .e {
	float:left;
	width:470px;
}
.formElementsField .t {
	float:left;
	width:200px;
	padding-top:8px;
}
.formElementsField div {
	padding:0px;
}
.txt {
	color:#333333;
}
.error {
	color:#EE3333;
}
.err {
	border:1px solid #EE3333;
}
.error_message {
	color:#EE3333;
	font-size:9px;
	line-height:11px;
}
.highlight_search_result {
	background:#FAF0C3;
}


.easy_gallery {
}
.easy_gallery .prev, .easy_gallery .next {
	width:15px;
	float:left;
	cursor:pointer;
}
.easy_gallery .container {
	float:left;
	overflow:hidden;
}
.easy_gallery .prev {
	background:url('../images/g_left.gif') center center no-repeat;
}
.easy_gallery .next {
	background:url('../images/g_right.gif') center center no-repeat;
}

