/* CSS Document */
.customSelect select{float:none !important; width:263px; line-height:30px;height:30px;}
.customSelect select option{height:20px; padding-top:5px; padding-left:7px;}
.select {
	position: absolute;
	width: 256px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 30px;
	padding: 0 0px 0 0px;
	background: url(../images/selectBox.gif) no-repeat;
	overflow: hidden;
	line-height:30px;
	padding-left:7px;
}

