
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; }
#frmfeedback .custom-radio{float:left;}
	
/* input, label positioning */
.custom-checkbox input, 
.custom-radio input {
	position: absolute;
	left: 2px;
	top: 3px;
	margin: 0;
	z-index: 0;
}

.custom-checkbox label {
	display: block;
	position: relative;
	z-index: 1;
	font-size: 1em;
	padding-right: 1em;
	line-height: 9px;
	font-family: Arial, Helvetica, sans-serif;
	height:6px;
	padding: 6px 0 7px 25px;
	margin: 0 0 .3em;
	cursor: pointer;	
/*	display: block;
	position: relative;
	z-index: 1;
	font-size: 1.3em;
	padding-right: 1em;
	line-height: 1;
	padding: 0 9px 20px;
	margin: 0;
	cursor: pointer;
	width:0px;*/
}
.custom-radio label {
	display: block;
	position: relative;
	z-index: 1;
	font-size: 13px;
	padding-right: 1em;
	line-height: 6px;
	font-family: Tahoma, Geneva, sans-serif;
	padding: .5em 0 .5em 23px;
	margin: 0 0 .3em;
	cursor: pointer;

}

	
/* states */
.custom-checkbox label { background: url(../images/checkbox.gif) no-repeat; }

.custom-radio label { background: url(../images/checkbox.gif) no-repeat; }

.custom-checkbox label {
	background-position: -15px -17px;
}
.custom-radio label {
	background-position: -15px -403px;
	margin-right:-1px; 
}

.custom-checkbox label.hover,
.custom-checkbox label.focus {
	background-position: -15px -117px;
}

.custom-radio label.hover,
.custom-radio label.focus {
	background-position: -15px -503px;
}


.custom-checkbox label.checked {
	background-position: -15px -217px;
}
.custom-radio label.checked {
	background-position: -15px -603px;
}

.custom-checkbox label.checkedHover, 
.custom-checkbox label.checkedFocus {
	background-position: -15px -317px;
}

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