.checkbox, .radio {
	width: 24px;
	height: 24px;
	padding: 0 5px 0 0;
	background: url(Images/rb_unchecked.png) no-repeat;
	display: block;
	clear: left;
}
.radio selected {
	width: 24px;
	height: 24px;
	padding: 0 5px 0 0;
	background: url(Images/rb_checked.png) no-repeat;
	display: block;
	clear: left;
}

/* common settings checkbox and radiobutton */
.checkbox_label {
	width: 100%;
	float: none;
	text-align:left;
	padding: 0px 5px 3px 0px;
}