

.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(radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 282px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	display:block;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:8px;
	padding-top:6px;
	vertical-align:top;
	
		
	color: #577b99;
	font: 11px arial;
	background: url(images/dropdown-bg.gif) no-repeat;
	overflow: hidden;
}

