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;
}




div.custom {
    white-space: nowrap;
    height: 24px;
    border: 0;
    margin: 0;
    padding: 0;
    width: 146px;
}

div.custom input {
    margin: 0 0 0 0;
    vertical-align:middle; 
    left: 0px;
    top: 0px; 
    width: 187px;
}

div.custom div.icon {
    width:24px;
    height:24px;
    border: 0;
    background:transparent url('../images/trigger.gif') no-repeat 0 0;
    cursor:pointer;
   /* border-bottom: 1px solid #B5B8C8;*/
    top:0px;
    left: 187px;
}



#ajax-container {
	margin-bottom:7px;
}

/*wrapper of all elements*/
div.combo {
    position:relative;
    left: 0px;
    top: 0px;
}


/*text input*/
.combo input {
    position: absolute;
}


/*icon*/
.combo div.icon {
    position:absolute;
}


/*list wrapper*/
.combo div.list-wrapper {
    position: absolute;
    overflow: hidden;
    /*we should set height and max-height explicitly*/
    height: 200px; 
    max-height: 200px;
    /*should be always at the top*/
    z-index: 99999;

}

/*"drop-up" list wrapper*/
.combo div.list-wrapper-up {}

/*dropdown list*/
.combo ul {}

/*dropdown list item*/
.combo  li {
    height: 20px;
}

/*active (hovered) list item*/
.combo li.active {}


.combo .visible {
    display: block;
}

.combo .invisible {
    display: none;
}

/*used when emptyText config opt is set. Applied to text input*/
.combo input.empty {}

div.sexy {
    white-space: nowrap;
    height: 21px;
    border: 0;
    margin: 0;
    margin-top:1px;
    padding: 0;
    width: 175px;
    position:relative;
}

div.sexy input {
    margin: 0 0 0 0;
    vertical-align:middle; 
    left: 0px;
    top: 0px; 
    width: 160px;  
}

div.sexy div.icon {
    width:15px;
    height:25px;
    border: 0;
    background:transparent url('../images/trigger.gif') no-repeat 0 0;
    cursor:pointer;
    /*border-bottom: 1px solid #B5B8C8;*/
    top:0px;
    left: 155px; 

}


div.sexy div.list-wrapper {
    left: 0px;
    top: 30px;
    border: 1px solid #D9D9D9;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    width: 170px;
    bottom: auto;
}

div.sexy div.list-wrapper-up {
    top: auto;
    bottom: 21px;
}

div.sexy ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 200px;
}


div.sexy  li {
    padding: 0;
    padding-left: 5px;
    background-color: #FFFFFF;
    cursor: pointer;
    margin: 0;
}

div.sexy li.active {
    background-color: rgb(223, 232, 246);
}

div.sexy input.empty {
    color: gray;
}
