/* Custom checkbox and radio button styling */
/* http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/ */

input.customStyle {
	display: none;
}

span.disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

span.checkbox, span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/custom_checkbox.gif) no-repeat;
	display: block;
}

span.radio {
	background: url(../images/custom_radio.gif) no-repeat;
}
