@CHARSET "UTF-8";

.box_module form {float: right; padding-right: 11px; width: 290px;}
.box_module .jquery-selectbox {
background-image:url(/img/www/selectbox.gif);
background-repeat:no-repeat;
height:21px;
padding:0 2px 0 4px;
width:174px !important;
}
.box_module .jquery-selectbox-currentItem {
font-size: 11px;
color: #1D5CAB;
}
.box_module .jquery-selectbox .jquery-selectbox-list {
top:21px;
border: 1px solid #B5B7BF !important;
color: #1D5CAB;
font-size: 11px;
width:170px !important;
}
.box_module .jquery-selectbox .jquery-selectbox-item.listelementhover {
background: #F3F3F3;
color: #1D5CAB;
}

.m_form .jquery-selectbox {
background-image:url(/img/www/selectbox2.gif);
background-repeat:no-repeat;
height:21px;
padding:0 6px;
width:376px !important;
margin-bottom: 15px;
}
.m_form .jquery-selectbox-currentItem {
font-size: 11px;
color: #343434;
font-weight: normal !important;
}

.m_form .jquery-selectbox .jquery-selectbox-list {
top:21px;
border: 1px solid #B5B7BF !important;
color: #343434;
font-size: 11px;
font-weight: normal;
width:376px !important;
}
.m_form .jquery-selectbox .jquery-selectbox-item.listelementhover {
background: #F3F3F3;
color: #343434;
}

.m_form .jquery-selectbox .jquery-selectbox-moreButton {
cursor:pointer;
position: absolute;
z-index: 2;
float:right;
height:21px;
width:380px;
}

.jquery-selectbox {
background-image:url(/img/www/bg-TextField.gif);
background-repeat:no-repeat;
color:#153564;
display:inline;
float:left;
font-family:Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
font-weight:bold;
height:19px;
padding:0 2px 0 4px;
position:relative;
width:237px !important;
z-index:0;
}
.jquery-selectbox.selecthover {
	background-color: #FFFFFF;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}

.jquery-selectbox .jquery-selectbox-list {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #153564;
display:none;
height:auto !important;
left:0;
overflow-x:hidden;
overflow-y:auto;
padding:2px 4px;
position:absolute;
top:19px;
width:233px !important;
z-index:1000;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
cursor:pointer;
position: absolute;
z-index: 2;
float:right;
height:15px;
width:240px;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #153564;
	color: #fff;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}


