@CHARSET "UTF-8";
.jquery-selectbox {
	position: relative;
	height: 22px;
	width: 145px;
	z-index: 2;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #515151;
	padding: 0;
	background:url('../../images/bg/textfield-bg.gif') no-repeat left top;
	float: left;
	cursor: pointer;
}
.input-box .my-state .jquery-selectbox {
	width: 117px !important;
}
.input-box .month .jquery-selectbox {
	width: 140px !important;
}
.input-box .day .jquery-selectbox {
	width: 55px !important;
}
.input-box .year .jquery-selectbox {
	width: 117px !important;
}
.jquery-selectbox.selecthover {z-index: 700;}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0px 0px 0px 10px;/*!*/
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	line-height:22px;
}
.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 21px;
	padding: 2px;
	left: 5px;
	background: #e2e2e2;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	z-index: 1000;
	border: 1px solid #d8d8d8;
	border-top:0px none;
	font-size: 15px;
	width: 138px;
}
.input-box .my-state .jquery-selectbox .jquery-selectbox-list {width: 100px !important; _width: 110px !important;}
.input-box .month .jquery-selectbox .jquery-selectbox-list {width: 123px !important; _width: 133px !important;}
.input-box .day .jquery-selectbox .jquery-selectbox-list {width: 38px !important; _width: 48px !important;}
.input-box .year .jquery-selectbox .jquery-selectbox-list {width: 100px !important; _width: 110px !important;}
.jquery-selectbox .jquery-selectbox-moreButton {	
	float: right;
	background: url("../../images/bg/select-more-button.gif") no-repeat left top;
	width: 24px;
	height: 22px;
	cursor: pointer;
	margin-right:-1px;
	position: absolute;
	right: 0;
	top: 0;
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #fff;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	font-size:12px;
	padding-left:5px;
	cursor: pointer;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("http://www.fashionplaytes.com/stylesheets/img/bg-TextFieldError.gif");
}