.checkbox, .checkbox_selected, .checkbox_unselected {
	width: 31px;
	height: 30px;
	padding: 0 5px 0 0;
	background: url(../img/check-box.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.checkbox_unselected{
background: url(../img/check-box.png) no-repeat left 0px !important;
}
.checkbox_selected{
background: url(../img/check-box.png) no-repeat left -62px !important;
}
 .radio,  .radio_unselected, .radio_selected{
	width: 31px;
	height: 31px;
	padding: 0 5px 0 0;
	background: url(../img/radio-btn.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(../img/radio-btn.png) no-repeat;
}
.radio_unselected{
	background: url(../img/radio-btn.png) no-repeat left 0px !important;
}
.radio_selected{
	background: url(../img/radio-btn.png) no-repeat left -62px !important;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}
