
span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	/*background: url(http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/checkbox.gif) no-repeat;*/
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	/*background: url(http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/radio.gif) no-repeat;*/
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 68px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 16px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 11px/16px "Trebuchet MS";
	background: url(../img/css/selectBG.png) no-repeat;
	text-align: center;
	overflow: hidden;
}


