/* custom forms styles */
.customForm-hidden {
	display: block !important;
	position: absolute !important;
	left:-9999px !important;
}
/* custom checkbox styles */
.chk-area {
	margin: 0 3px 0 0;
	float: left;
	overflow: hidden;
	height: 18px;
	width: 17px;
}
.chk-area span {
	background: url(../images/bg-checkbox.gif) no-repeat;
	display: block;
	width: 51px;
	height: 36px;
}
.chk-focus span {
	margin-left: -34px;
}
.chk-checked span {
	margin-top: -18px;
}
.chk-disabled span {
	margin-left: -17px;
}
/* radio button styles */
.rad-area {
	margin: 0 13px 0 0;
	float: left;
	overflow: hidden;
	height: 26px;
	width: 26px;
	background:url(../images/sprite.png) no-repeat -413px 0;
}
.rad-checked{background-position:-413px -26px;}