.jquery-selectbox 
{
	position: relative;
	z-index: 0;
	font-size: 12px;
}

.jquery-selectbox.selecthover 
{
	z-index: 700;
}	

.jquery-selectbox .jquery-selectbox-currentItem 
{
	padding-top: 3px;
	padding-right: 8px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

td#searchResultsLimit .jquery-selectbox .jquery-selectbox-currentItem,
div#searchResultsLimit .jquery-selectbox .jquery-selectbox-currentItem
{
	padding-right: 3px;
}

.ie .jquery-selectbox .jquery-selectbox-currentItem 
{
	padding-top: 4px;
}

.jquery-selectbox .jquery-selectbox-list 
{
	display: none;
	position: absolute;
	font-size: 12px;
	right: 0px;
	background: #FFFFFF;
	height: 120px; 
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1000;
	border: 1px solid #CBCED5;
	top: 20px;
}

div.field40 .jquery-selectbox .jquery-selectbox-list 
{
	width: 60px;
	height: 100px;
}

div.field107 .jquery-selectbox .jquery-selectbox-list 
{
	width: 105px;
}

div.field121 .jquery-selectbox .jquery-selectbox-list 
{
	width: 119px;
}

div.field131 .jquery-selectbox .jquery-selectbox-list 
{
	width: 129px;
}

div.field162 .jquery-selectbox .jquery-selectbox-list 
{
	width: 160px;
}

div.field190 .jquery-selectbox .jquery-selectbox-list 
{
	width: 188px;
}

div.field241 .jquery-selectbox .jquery-selectbox-list 
{
	width: 239px;
}

div.field251 .jquery-selectbox .jquery-selectbox-list 
{
	width: 249px;
}

div.field264 .jquery-selectbox .jquery-selectbox-list 
{
	width: 262px;
}

div.field284 .jquery-selectbox .jquery-selectbox-list 
{
	width: 282px;
}

div.field413 .jquery-selectbox .jquery-selectbox-list 
{
	width: 411px;
}

div.field443 .jquery-selectbox .jquery-selectbox-list 
{
	width: 441px;
}

.jquery-selectbox .jquery-selectbox-moreButton 
{
	float: right;
	background: url("../designFiles/selectArrow.png") no-repeat;
	width: 7px;
	height: 8px;
	cursor: pointer;
	margin-top: 8px;
	margin-right: 5px;
}

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

.jquery-selectbox .jquery-selectbox-item 
{
	display: block;
	cursor: default;
	padding: 2px;
	padding-right: 19px;
	border-bottom: 1px dashed #DBE0E6;
}

/** ERROR classes **/
/*form .error .jquery-selectbox 
{
	color: #d00;
	border-color: #d00;
	background-image: url("../designFiles/paymentFieldError.png");
}*/
