
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio { 
	background: url(../img/radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 220px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 27px;
	padding: 5px 24px 10px 10px;
	color: #666; font-weight:normal!important;
	font: 11px arial,sans-serif;
	background: url(../img/select2.png) no-repeat;
	overflow: hidden;
	
}.styled optgroup{ margin-bottom:10px; font-style:normal;}
.styled  option {color:#666666; font:Arial, Helvetica, sans-serif!important; font-weight:normal; font-size:11px!important;}