/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(/common/images/buttons/checkbox.gif) no-repeat center top;
	vertical-align: middle;
	height: 22px;
	width: 22px;
	display:block;/*display: -moz-inline-block;*/
}
.jNiceHidden {display: none;}
/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked { background-position: center bottom;}


