input[type="checkbox"] {
	position: relative;
	
}
label.falseCheck {
	font-family: serif; 
	font-size: 16px; 
	font-weight: 400; 
	font-style:	normal;
	font-size-adjust: none; 
	color: #000000; 
	text-transform: none; 
	text-decoration: none; 
	letter-spacing: normal; 
	word-spacing: 0; 
	line-height: 20px; 
	text-align: start; 
	vertical-align: baseline; 
	direction: ltr; 

	background-color: transparent; 
	background-image: none; 
	background-repeat: repeat; 
	background-position: 0 0; 
	background-attachment: scroll; 
	opacity: 1; 
	
	width: auto; 
	height: auto; 
	top: auto; 
	right: auto; 
	bottom: auto; 
	left: auto; 
	margin-top: 0; 
	margin-right: 0; 
	margin-bottom: 0; 
	margin-left: 0; 
	padding-top: 0; 
	padding-right: 0; 
	padding-bottom: 0; 
	padding-left: 0; 
	
	
	border-top-width: 0; 
	border-right-width: 0; 
	border-bottom-width: 0; 
	border-left-width: 0; 
	
	border-top-color: #000000; 
	border-right-color: #000000; 
	border-bottom-color: #000000; 
	border-left-color: #000000; 
	
	border-top-style: none; 
	border-right-style: none; 
	border-bottom-style: none; 
	border-left-style: none; 
	
	box-shadow: none; 
	
	position: static; 
	display: inline; 
	visibility: visible; 
	z-index: auto; 
	overflow-x: visible; 
	overflow-y: visible; 
	white-space: normal; 
	clip: auto; 
	float: none; 
	clear: none;
	cursor: default; 
	list-style-image: none; 
	list-style-position: outside; 
	list-style-type: disc;
	marker-offset: auto;
/*---------------------------------------*/	
	background-color: transparent; 
	background-image: url('../../images/ui/checkbox/checkbox15px.png'); 
	background-repeat: repeat; 
	background-position: 0 0; 
	background-attachment: scroll; 
	opacity: 1; 
	
	width: auto; 
	height: auto; 
	top: auto; 
	right: auto; 
	bottom: auto; 
	left: auto; 
	margin-top: 0; 
	margin-right: 0; 
	margin-bottom: 0; 
	margin-left: 0; 
	padding-top: 0; 
	padding-right: 0; 
	padding-bottom: 0; 
	padding-left: 0; 
	
	/*position: absolute; */
	display: block; 
	visibility: visible; 
	z-index: auto; 
	overflow-x: visible; 
	overflow-y: visible; 
	white-space: normal; 
	clip: auto; 
	float: left; 
	clear: none;
	cursor: pointer; 
	marker-offset: auto;
}

 label.falseCheck.checkedCheck {
	background-position: center -30px; 
 }
 label.falseCheck.checkedCheck:hover,
 label.falseCheck.checkedCheck:active,
 label.falseCheck.checkedCheck:focus {
	background-position: center -45px; 
 }
 label.falseCheck.uncheckedCheck {
	background-position: center 0; 
 }
 label.falseCheck.uncheckedCheck:hover,
 label.falseCheck.uncheckedCheck:active,
 label.falseCheck.uncheckedCheck:focus {
	background-position: center -15px; 
 }
 label.falseCheck.disabledCheck,
 label.falseCheck.disabledCheck.uncheckedCheck {
	background-position: center -60px; 
 }
 label.falseCheck.disabledCheck.checkedCheck {
	background-position: center -75px; 
 }