/* custom forms styles */
.customForm-hidden {
	display: block !important;
	position: absolute !important;
	left:-9999px !important;
}
/* radio button styles */
.rad-area {
	margin: 0 6px 0 0;
	float: left;
	overflow: hidden;
	height: 19px;
	width: 19px;
}
.rad-area span {
	background: url(../images/bg-radio.png) no-repeat;
	display: block;
	width: 19px;
	height: 19px;
}
.rad-checked span {
	background-position:0 -19px;
}