/* Switch Styles 
.toggle {
background: url("../img/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("../img/input_chackbox_chaked_bg.png")  no-repeat scroll center center; display: none;}
input[type="checkbox"]{left: -1e+19px;
position: fixed !important;}

#com-form-login-remember input[type="checkbox"]
{
	display:none;
}
 .checkbox input[type="checkbox"]{position:fixed;left:-999999999999999px} 
*/