/* custom forms styles */
.customForm-hidden {
	display: block !important;
	position: absolute !important;
	left:-9999px !important;
}
/* custom checkbox styles */
.chk-area {
	margin:1px 7px 0 0;
	float: left;
	overflow: hidden;
	height: 18px;
	width: 20px;
}
.chk-area span {
	background:url(/images/bg-check.png) no-repeat;
	display: block;
	width:20px;
	height:18px;
}
.chk-checked span{background-position:0 -18px;}
/* radio button styles */
.rad-area {
	margin:0 9px 0 0;
	float: left;
	overflow: hidden;
	height: 18px;
	width: 18px;
}
.rad-area span {
	background: url(/images/bg-radio.png) no-repeat;
	display: block;
	width:18px;
	height:18px;
}
.rad-checked span {background-position:0 -18px;}
/* custom select styles */
.select-area {
	float: left;
	position: relative;
	overflow: hidden;
	height: 30px;
	width:100% !important;
}
.select-area .select-opener {
	background:url(/images/arrow-03.png) 50% no-repeat;
	width:30px;
	height:100%;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
}
.select-area .center {
	border:2px solid #ccc;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	position: relative;
	font:14px/18px Arial,sans-serif;
	color:#666;
	letter-spacing:1px;
	cursor: default;
	display: block;
	padding:4px 30px 4px 8px;
	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: #fff;
	position: absolute;
}
.select-options .drop-holder {
	border: 2px solid #ccc;
	border-width: 0 2px 2px;
	height: 1%;
}
.select-options-flipped .drop-holder {
	border-width: 2px 2px 0;
}
.select-options div.drop-list {
	width: 100%;
}
.select-options ul {
	overflow: hidden;
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
	font:14px/18px Arial,sans-serif;
}
.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 8px;
}
.select-options ul a span {
	cursor: default;
	float: left;
}
.select-options .item-selected a {
	text-decoration: none;
	background: #ec2228;
	color: #fff;
}
.select-options ul a:hover {
	text-decoration: none;
}
.select-options ul a:focus {
	outline: none;
}