/* -------------
 * Checkboxes
 * ------------- */
 .jNiceCheckbox {
	background: transparent url(../images/checkbox2.gif) no-repeat 0 0;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	display:block;/*display: -moz-inline-block;*/
	margin:0 auto;
}
.even .jNiceCheckbox { background: transparent url(../images/checkbox.gif) no-repeat 0 0; }

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNice .jNiceChecked { background-position: 0 -24px;}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jNiceHidden {display: none;}
