.allcity.AnchorRadiotyze {
	display: block;
	width: 16px;
	height: 16px;
	background: url('radio-button.png') no-repeat;
    float: left;
    margin-right: 3px;
}

.allcity.AnchorRadiotyze.checked {
	background: url('radio-button-checked.png') no-repeat;
}