.styledradiobutton, .styledradiobutton-default, .styledcheckbox, .styledcheckbox-default {
	margin: 0 0 0 0;
	width: 15px;
	height: 15px;
}

.styledradiobutton {
	background: url(../_images/CheckboxChecked.gif) no-repeat;
}

.styledradiobutton-default {
	background: url(../_images/CheckboxUnchecked.gif) no-repeat;
}

.styledcheckbox {
	background: url(../_images/CheckboxChecked.gif) no-repeat;
}

.styledcheckbox-default {
	background: url(../_images/CheckboxUnchecked.gif) no-repeat;
}