
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 2px 5px 0 0;
	background: url("checkbox.png") no-repeat;
	display: block;
	clear: left;
	float: left;
	cursor:pointer;
	
	position:relative;
	top:-3px;
}

.radio {
	background: url("radio.png") no-repeat;
}