/* CSS Document */

/*=========================================================================
===========================================================================
=====================CHEKBOX & RADIO ======================================
===========================================================================
 ------------------------------------------------------------------------
	This you can customize
------------------------------------------------------------------------- */
label.checkbox span.holder {height: 61px; background: url(images/checkbox.gif) 0 -1px no-repeat; }
label.radio span.holder {height: 61px; background: url(images/radio.gif) 0 -1px no-repeat;}
label.checkbox:hover span.holder,
label.radio:hover span.holder { top: -21px; }
label.checked span.holder,
label.checked span.holder {top: -42px !important;}


/* ------------------------------------------------------------------------
	Customize at your own risk
------------------------------------------------------------------------- */
label.list {display:block; clear: left;}
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;}
label.prettyCheckbox span.holder {display: block; position: absolute; top: 0; left: 0;}
