.checkbox_text {
	float: left;
	display: inline;
	font-weight: bold;
}

span.checkbox {
	width: 19px;
	height: 20px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: inline;
	float: left;
	
	cursor: pointer;
}



span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
