/* custom forms styles */
.customForm-hidden {
	display: block !important;
	position: absolute !important;
	left:-9999px !important;
}
.row .chk-area {
	margin:0 18px 0 0;
	float: left;
	overflow: hidden;
	height: 19px;
	width: 19px;
}
.row .chk-area span {
	background: url(../images/bg-checkbox.gif) no-repeat;
	display: block;
	width: 19px;
	height: 38px;
}
.row .chk .chk-area span {
	background: url(../images/img-02.png) no-repeat;
	width:19px;
	height:19px;
	display: block;
}
.row .chk-checked span {
	margin-top: -19px;
}
/* custom select styles */
.select-area {
	background: url(../images/bg-select.gif) repeat-x 0 -38px;
	float: left;
	position: relative;
	overflow: hidden;
	height: 38px;
	font:14px/18px 'Trebuchet MS', Arial, sans-serif;
	color:#999;
	margin:0;
}
.select-area .select-opener {
	background: url(../images/bg-select.gif) no-repeat 100% -76px;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	width: 27px;
	height: 38px;
}
.select-area .left {
	background: url(../images/bg-select.gif) no-repeat;
	position: absolute;
	width: 10px;
	height: 38px;
	z-index: 1;
	top: 0;
	left: 0;
}
.select-area .center {
	white-space: nowrap;
	position: relative;
	line-height:38px;
	cursor: default;
	display: block;
	padding:0 5px;
	z-index: 2;
}
.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 {
	border:1px solid #eaeaea;
	height: 1%;
}
.select-options-flipped .drop-holder {border-width:1px;}
.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;
}
.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%;
}