/*	CSS for customized radio buttons and check boxes */

/* page styles */
body {
	font-size: 12px;
}

fieldset { 
	padding: 0 15px 3em;
	border: 0;
}

legend {
	font-size: 1.4em;
	font-weight: bold;
	padding: .2em 5px;
}

	
/*	wrapper divs */
.custom-checkbox, .custom-radio { position: relative;}
	
/* input, label positioning */
.dotbox .custom-checkbox input {position: absolute;
	left: 0px;
	top: 3px;
	margin: 0;
	z-index: 0;}
	


.dotbox .custom-checkbox label{display: block !important;
	position: relative;
	z-index: 1;
	display:inline-block;
	float:left;
	padding-right: 1em;
	font-family: 'Open Sans';font-size:0.750em;color:#454545;
	padding: 2px 0 15px 22px;
	margin: 0 31px 0 0px !important;
	cursor: pointer;
	}
	
	
	


	
/* states */
.dotbox .custom-checkbox label { background:url(../images/chk-img.png) no-repeat left 2px;width:35px;height:17px; }

.dotbox .custom-checkbox label.checked{background:url(../images/chk-img-hvr.png) no-repeat left 2px;}

.dotbox2 .custom-checkbox input {position: absolute;
	left: 0px;
	top: 3px;
	margin: 0;
	z-index: 0;}
	


.dotbox2 .custom-checkbox label{display: block !important;
	position: relative;
	z-index: 1;
	display:inline-block;
	float:left;
	padding-right: 1em;
	font-family: 'Open Sans';font-size:0.750em;color:#454545;
	padding: 2px 0 15px 22px;
	margin: 0 31px 0 0px !important;
	cursor: pointer;}
	
	
	


	
/* states */
.dotbox2 .custom-checkbox label { background:url(../images/chk-img.png) no-repeat left 2px;width:35px;height:17px; }

.dotbox2 .custom-checkbox label.checked{background:url(../images/chk-img-hvr.png) no-repeat left 2px;}


.custom-radio label.checked {
	background:url(../images/circle2.html) no-repeat;
}

.custom-checkbox label.focus, 
.custom-radio label.focus {
	
}
.lastblock .custom-checkbox input {position: absolute;
	left: 0px;
	top: 20px;
	margin: 0;
	z-index: 0;}
	
.lastblock .custom-checkbox label{display: block !important;
	position: relative;
	z-index: 1;
	display:inline-block;
	float:left;
	padding-right: 1em;
	font-family: 'Open Sans';font-size:0.750em;color:#454545;font-weight:bold;
	padding: 2px 0 15px 22px;
	margin: 17px 0 0 0px;
	cursor: pointer;}
	
.lastblock .custom-checkbox label { background:url(../images/chk-img.png) no-repeat left 2px;width:600px;height:17px; }

.lastblock .custom-checkbox label.checked{background:url(../images/chk-img-hvr.png) no-repeat left 2px;}














