


span.checkbox {
	width: 19px;
	height: 21px;
	padding: 0 5px 0 0;
	/*background: url(http://static4.ryanfait.org/images/checkbox.png) no-repeat;*/
	background: url(../images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 21px;
	padding: 0 5px 0 0;
	/*background: url(http://static4.ryanfait.org/images/radio.png) no-repeat;*/
	background: url(../images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 158px;
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(http://static1.ryanfait.org/images/select.png) no-repeat;
	overflow: hidden;
}

