/* Switch Styles */
.toggle {
background: url("../images/input_chackbox_bg.png") no-repeat scroll center center rgba(0, 0, 0, 0);
border: 2px solid #d3d3d3;
display: inline-block;
height: 18px;
position: relative;
top: 2px;
vertical-align: top;
width: 18px;
margin: 0 5px;
}
.toggle.checked{background:url("../images/input_chackbox_chaked_bg.png")  no-repeat scroll center center;}
input[type="checkbox"]{left: -1e+19px;
position: fixed !important;}
/* .checkbox input[type="checkbox"]{position:fixed;left:-999999999999999px} */