.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: 166px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 23px;
	background: url('../img/selectGreen.gif') no-repeat;
	overflow: hidden;
	
	color:#333333;
	font:15px/1.3 Tahoma,Arial,Helvetica,sans-serif;
	padding: 3px 0 0 9px;
}
