/* custom forms styles */
.customForm-hidden {
	display: block !important;
	position: absolute !important;
	left:-9999px !important;
}
/* custom select styles */
.select-area {
	background: url(../images/bg-select.gif) repeat-x 0 -31px;
	float: left;
	position: relative;
	overflow: hidden;
	width:100% !important;
}
.select-area .select-opener {
	background:url(../images/ico-35.png) no-repeat;
	width:7px;
	height:4px;
	position: absolute;
	z-index: 3;
	top: 14px;
	right: 12px;
}
.select-area .left {
	background: url(../images/bg-select.gif) no-repeat;
	position: absolute;
	width: 10px;
	height: 31px;
	z-index: 1;
	top: 0;
	left: 0;
}
.select-area .center {
	white-space: nowrap;
	position: relative;
	line-height: 21px;
	cursor: default;
	display: block;
	background:#fff;
	border:1px solid #e1c593;
	padding:5px 10px;
	z-index: 2;
	height:21px;
}
.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: 9000;
	background: #fafafa;
	position: absolute;
}
.select-options .drop-holder {
	border: 1px solid #e1c593;
	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;
}
.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%;
}
.select-options .optgroup ul a {
	padding-left: 20px;
}
.select-options img {
	margin: 2px 3px 0 0;
	float: left;
	border: 0;
}
.select-disabled {background-position: 0 -124px;color: #bbb;}
.select-disabled .left {background-position: 0 -93px;}
.select-disabled .select-opener {background-position: 100% -155px;}

.select-focus {background-position: 0 -217px;}
.select-focus .left {background-position: 0 -186px;}


/* multiple select styles */
.select-multiple-wrapper {
	background: #dfdfdf;
}
.select-multiple-wrapper .wtop, .select-multiple-wrapper .wbot {
	background: url(../images/bg-multiple.gif) no-repeat;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	height: 5px;
}
.select-multiple-wrapper .wtop .tr, .select-multiple-wrapper .wbot .br {
	background: url(../images/bg-multiple.gif) no-repeat 100% 0;
	width: 50%;
	float: right;
	height: 5px;
}
.select-multiple-wrapper .cwrap, .select-multiple-wrapper .chold {
	background: url(../images/bg-multiple.gif) no-repeat 0 50%;
	padding: 0 0 0 5px;
}
.select-multiple-wrapper .chold {
	background-position: 100% 50%;
	padding: 0 5px 0 0;
}
.select-multiple-wrapper .wbot {
	background-position: 0 100%;
}
.select-multiple-wrapper .wbot .br {
	background-position: 100% 100%;
}
.select-multiple-focus .wtop,
.select-multiple-focus .wbot,
.select-multiple-focus .wtop .tr,
.select-multiple-focus .wbot .br,
.select-multiple-focus .cwrap,
.select-multiple-focus .chold {
	background-image: url(../images/bg-multiple-focus.gif) !important;
}
.select-multiple-wrapper ul {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.select-multiple-wrapper ul li {
	padding: 0 0 1px;
	float: left;
	width: 100%;
}
.select-multiple-wrapper ul a {
	text-decoration: none;
	overflow: hidden;
	display: block;
	margin: 0 4px 0 0;
	padding: 0 0 0 5px;
	line-height: 19px;
	color: #000;
	height: 20px;
}
div.noscroll-vertical ul a {
	margin: 0;
}
.select-multiple-wrapper ul a span {
	display: block;
	height: 20px;
	padding: 0 5px 0 0;
}
.select-multiple-wrapper .item-selected a {
	background: #8e9294 url(../images/bg-select-item.gif) no-repeat;
	color: #fff;
}
.select-multiple-wrapper .item-selected a span {
	background: url(../images/bg-select-item.gif) no-repeat 100% 0;
}
.select-multiple-wrapper ul a:hover {
	text-decoration: none;
}
.select-multiple-wrapper a, .select-multiple-wrapper span {
	cursor: default;
}

/* radio button styles */
.rad-area {
	margin: 0 3px 0 0;
	float: left;
	overflow: hidden;
	height: 18px;
	width: 17px;
}
.rad-area span {
	background:url(../images/ico-ch-1.png) no-repeat;
	width:17px;
	height:17px;
	display: block;
}
.rad-focus span {
	background:url(../images/ico-ch.png) no-repeat;
}
.rad-checked span {
	background:url(../images/ico-ch.png) no-repeat;
}
.rad-disabled span {
	background:url(../images/ico-ch-1.png) no-repeat;
}
