@CHARSET "UTF-8";

.jquery-selectbox {
	position:relative;
	height:20px;
	border:0;
	width:95px;
	float:left;
	display:inline;
	padding:0;
	margin-top:2px;
}
.jquery-selectbox.selecthover {
	z-index:700;
}

.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 10px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 19px;
	padding: 3px;
	left: 5px;
	background: #fff;
	width: 85px;
	height: 120px;
	overflow: auto;
	z-index: 1000;
	border: 1px solid #CBCBCB;
}

.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url("/images/filterDateButton.png");
	width: 10px;
	height: 17px;
	cursor: pointer;
	margin-top:1px;
}

.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("/images/filterDateButtonHover.png");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #E1E7F2;
}

.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}



/* ================================================================= */
div#contactForm .jquery-selectbox {
	height:18px;
	width:450px;
	margin-top:3px
	margin-bottom:0px !important;
}

div#contactForm .jquery-selectbox .jquery-selectbox-list {
	top: 19px;
	padding: 3px;
	left: 5px;
	background: #fff;
	width: 440px;
	height: 150px;
	overflow: auto;
	z-index: 1000;
	border: 1px solid #CBCBCB;
	margin-bottom:0px !important;
}

div#contactForm .jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0px 0px 0px 10px;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

