
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url('../images/checkbox.gif') no-repeat;
	display: block;
	clear: left;
	
}
.radio {
	background: url('../images/radio.gif') no-repeat;
}
.select {
	position: absolute;
	width: 120px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 19px;
	padding-top:2px;
	text-indent:2px;
	
	color:#b3b3b3;
	background: url('../images/select.jpg') no-repeat;
	overflow: hidden;
}

