/* custom forms styles */
.customForm-hidden {
	display: block !important;
	position: absolute !important;
	left:-9999px !important;
}
/* custom checkbox styles */
.chk-area {
	margin: 0 9px 0 0;
	float: left;
	overflow: hidden;
	height: 17px;
	width: 18px;
}
#wrapper .chk-area span {
	background: url(../images/bg-checkbox.gif) no-repeat;
	display: block;
	height: 17px;
	width: 18px;
	margin:0;
	padding:0;
}
#wrapper .chk-checked span {
	background-position:0 -17px;
}
#wrapper .row .chk-area span {
	background: url(../images/bg-btn-02.gif) no-repeat;
}
#wrapper .row .chk-checked span {
	background-position:0 -40px;
}
/* radio button styles */
.rad-area {
	margin: 3px 9px 0 0;
	float: left;
	overflow: hidden;
	height: 22px;
	width: 22px;
}
.steps-form table .rad-area {
	margin:0;
}
.rad-area span {
	background: url(../images/bg-radio.png) no-repeat;
	display: block;
	width: 22px;
	height: 22px;
}
.rad-checked span {
	background-position:0 -22px;
}
/* custom select styles */
.select-area {
	background: url(../images/bg-select.gif) repeat-x 0 -29px;
	float: left;
	position: relative;
	overflow: hidden;
	height: 29px;
}
.select-area .select-opener {
	background: url(../images/bg-select.gif) no-repeat 100% 0;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 22px;
	height: 29px;
}
.select-area .left {
	background: url(../images/bg-select.gif) no-repeat 0 -58px;
	position: absolute;
	width: 10px;
	height: 29px;
	z-index: 1;
	top: 0;
	left: 0;
}
.select-area .center {
	white-space: nowrap;
	position: relative;
	line-height: 29px;
	cursor: default;
	display: block;
	padding: 0 0 0 10px;
	z-index: 1;
	color:#666;
	font-size:13px;
}
.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: #fff;
	position: absolute;
}
.select-options .drop-holder {
	border:solid #ccc;
	border-width: 0 1px 1px;
	height: 1%;
}
.select-options div.drop-list {
	width: 100%;
}
.select-options ul {
	overflow: hidden;
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.select-options ul li {
	overflow: hidden;
	float: left;
	width: 100%;
}
.select-options ul a {
	text-decoration: none;
	cursor: default;
	color: #666;
	display: block;
	overflow: hidden;
	height: 1%;
	padding: 5px 9px;
}
.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: 28px;
	overflow: hidden;
	float: left;
	height: 28px;
	width:406px;
}
.file-area .customForm-wrap {
	position: relative;
	overflow: hidden;
	height: 28px;
	width: 0;
	margin: 0 0 -28px;
	z-index: 100;
	font-size: 0;
	line-height: 0;
}
.file-area .customForm-input-wrapper {
	position: relative;
	overflow: hidden;
	height: 28px;
	float: left;
}
.file-area .customForm-fake-input {
	white-space: nowrap;
	float:right;
	width: 310px;
}
.file-area .customForm-fake-input span {
	cursor: default;
	overflow: hidden;
	float: left;
}
.file-area .customForm-fake-input em {
	float: left;
	height: 28px;
	width: 300px;
	padding: 0 0 0 10px;
	overflow: hidden;
	text-align:left;
}
.file-area .customForm-upload-button {
	background: url(../images/bg-upload.png) no-repeat;
	height: 28px;
	width:77px;
	float: left;
	cursor:pointer;
	text-align:center;
	line-height:28px;
}
.file-area .customForm-upload-button span {
	cursor:pointer;
	float: left;
	height: 28px;
	width:77px;
}
.file-input-opacity {
	z-index: 100;
	position: absolute;
	height: 31px;
	line-height: 31px;
}