/* custom forms styles */
.customForm-hidden {
	display: block !important;
	position: absolute !important;
	left:-9999px !important;
}
/* custom checkbox styles */
.chk-area {
	margin: 7px 8px 0 0;
	float: left;
	overflow: hidden;
	height: 17px;
	width: 17px;
}
.chk-area span {
	background: url(../images/bg-checkbox.png) no-repeat;
	width:17px;
	height:34px;
	display: block;
}
.chk-checked span {margin-top: -17px;}
/* check-01 */
.chk-area.customForm-class-chk-01 {
	margin:0 0 0 3px;
	float:right;
	width:16px;
	height:14px;
}
.chk-area.customForm-class-chk-01 span {
	background: url(../images/bg-checkbox-01.png) no-repeat;
	width:16px;
	height:28px;
	display: block;
}
.chk-checked.customForm-class-chk-01 span {
	margin-top: -14px;
}
/* radio button styles */
.rad-area {
	margin: 7px 8px 0 0;
	float: left;
	overflow: hidden;
	height: 17px;
	width: 17px;
}
.rad-area span {
	background: url(../images/bg-radio.png) no-repeat;
	width:17px;
	height:34px;
	display: block;
}
.rad-checked span {
	margin-top: -17px;
}
/* custom select styles */
.select-area {
	float: left;
	position: relative;
	overflow: hidden;
	margin:0 19px 0 0;
	height: 30px;
}
.select-area .select-opener {
	background:url(../images/select-opener.png) no-repeat 0 12px;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	width: 23px;
	height: 30px;
}
.select-area .left {
	position: absolute;
	width: 10px;
	height: 30px;
	z-index: 1;
	top: 0;
	left: 0;
}
.select-area .center {
	white-space: nowrap;
	position: relative;
	font:12px/18px Arial, Helvetica, sans-serif;
	cursor: default;
	display: block;
	padding: 8px 12px;
	z-index: 2;
	background:#e8e8e8;
	color:#000000;
}
.select-area .center img {
	margin: 5px 5px 0 0;
	position: relative;
	float: left;
}
.options-overflow div.drop-list {
	overflow: auto;
}
.options-hidden {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}
.select-options {
	z-index: 3000;
	background: #fafafa;
	position: absolute;
}
.select-options .drop-holder {
	height: 1%;
}
.select-options div.drop-list {
	width: 100%;
}
.select-options ul {
	overflow: hidden;
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
	font:12px/18px Arial, Helvetica, sans-serif;
}
.select-options ul li {
	overflow: hidden;
	float: left;
	width: 100%;
}
.select-options ul a {
	text-decoration: none;
	cursor: default;
	color:#000;
	display: block;
	overflow: hidden;
	height: 1%;
	padding: 5px 10px;
	background:#e8e8e8;
}
.select-options ul a span {
	cursor: default;
	float: left;
}
.select-options .item-selected a {
	text-decoration: none;
	background: #666;
	color: #fff;
}
.select-options ul a:hover {
	text-decoration: none;
}
.select-options ul a:focus {
	outline: none;
}
.select-options .optgroup strong{
	cursor: default;
	display: block;
	width: 100%;
}
.select-options .optgroup strong em {
	display: block;
	padding: 5px;
	height: 1%;
}
.select-options .optgroup ul a {
	padding-left: 20px;
}
.select-options img {
	margin: 2px 3px 0 0;
	float: left;
	border: 0;
}
/* custom input type file */
.file-area {
	position: relative;
	line-height: 30px;
	overflow: hidden;
	padding: 0 10px 0 0;
	float: left;
	clear: both;
	height: 30px;
	width:100%;
}
.file-area .customForm-wrap {
	position: relative;
	overflow: hidden;
	height: 30px;
	width: 0;
	margin: 0 0 -30px;
	z-index: 100;
	font-size: 0;
	line-height: 0;
}
.file-area .customForm-input-wrapper {
	position: relative;
	overflow: hidden;
	height: 31px;
	float: left;
}
.file-area .customForm-fake-input {
	padding:0;
	margin:0;
	white-space: nowrap;
	float: left;
	text-indent:-9999px;
	z-index:-1;
	position:absolute;
	left:-9999px;
	top:-9999px;
}
.file-area .customForm-fake-input span {
	cursor: default;
	overflow: hidden;
	float: left;
}
.file-area .customForm-fake-input em {
	float: left;
	height: 31px;
	width: 180px;
	font-style: normal;
	padding: 0 0 0 20px;
	overflow: hidden;
}
.file-area .customForm-upload-button {
	background:url(../images/bg-upload.png) no-repeat;
	width:143px;
	height:30px;
	color: #fff;
	text-decoration:none !important;
	float: left;
}
.file-area .customForm-upload-button span {
	font:17px/28px 'open_sans_condensedbold', sans-serif;
	padding:0 0 0 12px;
	color:#fff;
	cursor: default;
	float: left;
	height: 39px;
}
.file-input-opacity {
	z-index: 100;
	position: absolute;
	height: 30px;
	line-height: 30px;
}

/* file extension styles */
.no-file .customForm-fake-input em{
	background: none;
}