.checkbox, .radio {

	height: 22px;

	margin: 0 0 3px;

	padding: 0 0 0 45px;

	background-position: center top;

	cursor: default;

}

.checkbox input, .radio input {

	display: none;

}

.checkbox

{

	background: Transparent url(/images/checkbox.gif) no-repeat 0 0;

	background-position: center top;

}

.radio 

{

	background: Transparent url(/images/radio.gif) no-repeat 0 0;

	background-position: center top;

}

.selected {

	background-position: center bottom;

}
