@CHARSET "UTF-8";

.jquery-selectbox {	float: left; height: 21px; margin: 1.1em 0 0 4.5em; padding: 0.3em 0 0 1em; position: relative;  border: 1px solid #7f7f7f; width: 428px; z-index: 0; display: inline; background: #fff;}
.jquery-selectbox.selecthover {	border-color: #000; z-index: 700; }	
.jquery-selectbox .jquery-selectbox-currentItem { margin-left:-8px; padding: 3px 0px 0px 0px; white-space: nowrap; display: block; overflow: hidden; }
.jquery-selectbox .jquery-selectbox-currentItem {  background: url("/static/images/gallery/dropdown.png")no-repeat;background-position:right;margin-top: -3px;}
.jquery-selectbox .jquery-selectbox-list {	width: 428px; display: none;	position: absolute; top: 25px; padding: 7px; left: 0px; overflow-x: hidden;	overflow-y: auto; z-index: 1000; border: 1px solid #ccc; background: #fff; }
.jquery-selectbox .jquery-selectbox-moreButton { float: right; width: 25px; height: 25px; position:absolute; right:0; top:0; cursor: pointer; background: url("/static/images/gallery/dropdown.png"); }
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover { background: url("/static/images/gallery/dropdown.png"); }
.jquery-selectbox .jquery-selectbox-item.listelementhover {	background: #F58C11; }
.jquery-selectbox .jquery-selectbox-item { display: block; cursor: pointer; padding:0.2em 0em; }

/** ERROR classes **/
form .error .jquery-selectbox { color: #d00;	border-color: #d00; }