/* checkboxen-registration */
.check_agree {
	min-width: 10%;
}

input#ag_privacy, 
input#ag_tou,
input#ag_forumrules {
	width: 20px;
	-moz-appearance: None;
	-webkit-appearance: none;
	height: 20px;
	background-image: url(../../.././images/icons/checkbox_no.png);
	background-size: 20px 20px;
	background-position: Center Center;
	border: none;
	outline: 2px #ff0000 solid;
	vertical-align: Middle;
}

input#ag_privacy:checked, 
input#ag_tou:checked,
input#ag_forumrules:checked {
	border: none;
	outline: 2px #008600 solid;
	height: 20px;
	background-size: 20px 20px;
	background-image: url(../../.././images/icons/checkbox_ok.png);
	
	width: 20px;
}


		