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

/* page styles */


/*fieldset { 
	padding: 0 15px 3em;
	border: 0;
}
*/
/*legend {
	font-size: 1.4em;
	font-weight: bold;
	padding: .2em 5px;
}*/

	
/*	wrapper divs */
 .custom-radio { position: relative; float:left; margin-left:10px;}
	.custom-checkbox			{position: relative; }
/* input, label positioning */

.custom-checkbox input, 
.custom-radio input {
	position: absolute;
	left: 0;
	top: 9px;
	margin: 0;
	z-index: 0;
	visibility:hidden;
	background:url(../images/radio_button.png) no-repeat 1px 1px no-repeat;
}

.select-value .custom-checkbox	{ }


.custom-radio label {
	display: block;
	position: relative;
	z-index: 1;
	font-size: 1.3em;
	padding-right: 1em;
	
	padding:0 0 10px 17px;
	margin: 0 0 0;
	cursor: pointer;
	background:url(../images/radio_button.png) no-repeat 1px 1px no-repeat;
	color:#818181; font-size:11px; font-family: 'Open Sans', sans-serif; font-weight:600;
}
.custom-radio label{
	display: block;
	position: relative;
	z-index: 1;
	font-size: 1.3em;
	padding-right: 1em;
	
	padding:0 0 10px 17px;
	margin: 0 0 0;
	cursor: pointer;
	background:url(../images/checkbox.png) no-repeat 1px 1px no-repeat;
	color:#818181; font-size:11px; font-family: 'Open Sans', sans-serif; font-weight:600;
	
}
	
/* states */
.custom-checkbox label { background:url(../images/checkbox.png) no-repeat; width:20px; height:14px; padding:0 0 3px 30px;}
.custom-radio label { background: url(../images/radio_button.png) no-repeat; width:auto; height:14px;}
/*.custom-radio label { background:#000000; }*/

/*.custom-checkbox label, .custom-radio label {
	background-position: 0 -17px;
}*/

/*.custom-checkbox label.hover,
.custom-checkbox label.focus,
.custom-radio label.hover,
.custom-radio label.focus {
	background-position: 0 -19px;
}*/

.custom-radio label{ background:url(../images/radio_button.png) no-repeat;
    padding: 0 0 5px 20px;}
.custom-checkbox label.checked {
	background:url("../images/checkbox.gif") no-repeat -8px -317px;
	padding: 0 0 0 30px;
	
}

.custom-radio label.checked {
	background: url("../images/radiobutton.gif") no-repeat scroll -16px -219px rgba(0, 0, 0, 0);
	
}

/*.custom-checkbox label.checkedHover, 
.custom-checkbox label.checkedFocus {
	background-position: 0px 6px;
}*/

/*.custom-checkbox label.focus, 
.custom-radio label.focus {
	outline: 1px dotted #ccc;
}*/