input[type=checkbox].css-checkbox 
{
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; width:1px; 
	margin:-1px; padding:0; 
	border:0;
}

input[type=checkbox].css-checkbox + label.css-label 
{
	padding-left:50px;
	height:50px; 
	display:inline-block;
	line-height:50px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:50px;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label 
{
	background-position: 0 -50px;
}
label.css-label {
	border:solid 1px #ccc;
	background-image:url(../images/csscheckbox_big.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

label.css-label.checked{
	background-position: 0 -50px !important;
}
input[type=checkbox].css-checkbox + label.css-label.small{
	font-size: 20px;
    height: 20px;
    line-height: 20px;
    padding-left: 20px;
}
input[type=checkbox].css-checkbox:checked + label.css-label.small{
	background-position: 0 -20px;
}
label.css-label.small{
	background-image:url(../images/csscheckbox_small.png);
}
.form_lable_check{
    color: #666;
    cursor: pointer;
    font-family: "maven_probold";
    font-size: 12px;
    font-weight: 300;
    height: 2em;
    line-height: 1em;
    padding: 10px;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
}