label.radio span.holder {
	height: 90px; /* Total height of your radio buttons image */
	background: url(/Images/2010/rating-guld.png) 0 0 no-repeat; /* Path to your radio button image */
}

label.two span.holder {
	height: 90px; /* Total height of your radio buttons image */
	background: url(/Images/2010/rating-silver.png) 0 0 no-repeat !important; /* Path to your radio button image */
}

label.three span.holder {
	height: 90px; /* Total height of your radio buttons image */
	background: url(/Images/2010/rating-brons.png) 0 0 no-repeat !important; /* Path to your radio button image */
}

label.checkbox:hover span.holder,
label.radio:hover span.holder { top: -30px; } /* Background position on mouseover */

label.checked span.holder,
label.checked span.holder { top: -60px !important; } /* Background position when checked */

label.list {
	float: left; clear: left;
	margin: 0 0 5px 0;
}

label.inline {
	float: left; margin: 0 10px 0 0;
}

input.hiddenCheckbox {
	position: absolute; left: -10000px; /* Hide the input */
}

label.prettyCheckbox span.holderWrap {
	display: block; float: left;
	position: relative;
	margin-right: 5px;
	overflow: hidden;
	cursor:hand;
	cursor:pointer;
}

label.prettyCheckbox span.holder {
	display: block;
	position: absolute;
	top: 0; left: 0;
}