.select .caption {
	height: 15px;
	padding: 5px;
	border: 1px solid #CED6D9;
	font-size: 12px;
}

.select .dropdownico {
	float: right;
	width: 27px;
	height: 27px;
	background: url(../imgs/select-bg.gif) no-repeat;
}

.select .items {
	position: absolute;
	display: none;
	border: 1px solid #899aa0;
	background-color: #FFF;
	overflow-y: auto;
	overflow-x: hidden;
}