/* Stylesheet for jquery.replaceradio.js */
.sr-radiobox {
	float: left;
	clear: left;
	width: 10px;
	height: 10px;
	margin: 4px 7px 0px 0;
	background: url('/community/themes/StJohn/images/radioEmpty.png') no-repeat;
}
.sr-radioHover {
	height: 10px;
	background: url('/community/themes/StJohn/images/radioHover.png') no-repeat;
}
.sr-radioSelected {
	height: 10px;
	background: url('/community/themes/StJohn/images/radioFull.png') no-repeat;
}
.sr-radioSelected-button {
	display: block;
	width: 10px;
	height: 10px;
}

