﻿span.checkbox 
{
	width: 15px;
	height: 18px;
	padding: 0px 5px 0px 0px;
	background: url(../images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio 
{
	width: 15px;
	height: 18px;
	padding: 0px 5px 0px 0px;
	background: url(../images/radio.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select
{
	position: absolute;
	width: 30px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 15px;
	padding: 2px 0px 0 7px;
	color: white;
	font-size:11px;	
	background: url(../images/select.png) no-repeat;
	overflow: hidden;
}
