@charset "utf-8";

.jquery-selectbox,
form.formEmail div.fleft div.selectborder .jquery-selectbox {
	position: relative;
	border: none;
	float: left;
	display: inline;
	margin: 0;
	font: 12px 'Trebuchet MS', 'Arial', 'Verdana', 'Tahoma';
	color: #653d09;
	padding: 0 0 0 4px;
    background: transparent url(/gfx/bg_select.gif) no-repeat right top;
}

.jquery-selectbox.selecthover {
    background: transparent url(/gfx/bg_select.gif) no-repeat right top;
	z-index: 700;
}	

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

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 18px;
	padding: 2px;
	left: -2px;
	background: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #cda448;
}

.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	width: 17px;
	height: 17px;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
    background-color: #f5e1a4;
    color: #653d09;
    cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: pointer;
    padding: 0 4px;
}

form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
}
