.customSelect {
	background: url(images/select-1.png) no-repeat right center;
	height:18px;
	padding:2px 4px 0 4px;
	border:#999 1px solid;
	background-color:#fff;
	font-size:12px;
	text-align:left;
}
.customSelect.customSelectHover {
	background: url(images/select-3.png) no-repeat right center;
}
.customSelectInner {
	padding-right:15px;
}

