/* 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;
	margin:0;
	height:38px;
}
.select-area .select-opener {
	background: url(../images/arrow-03.png) no-repeat 100% 16px;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	width:26px;
	height: 38px;
}
.select-area .center {
	background:#fbfbfb;
	border:4px solid #6c6b6b;
	height:30px;
	font:18px/26px 'myriad_pro_regular', Arial,sans-serif;
	color:#050505;
	white-space: nowrap;
	position: relative;
	cursor: default;
	display: block;
	z-index: 2;
	position:relative;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	-webkit-box-shadow:-1px -1px 5px #191819;
	-moz-box-shadow:-1px -1px 5px #191819;
	box-shadow:-1px -1px 5px #191819;
	background-clip:padding-box;
	padding:0 25px 0 19px;
}
.select-active .center{
	-webkit-border-radius:14px 14px 0 0;
	-moz-border-radius:14px 14px 0 0;
	border-radius:14px 14px 0 0;
	border-width:4px 4px 0;
}
.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: #fbfbfb;
	position: absolute;
	-webkit-border-radius:0 0 14px 14px;
	-moz-border-radius:0 0 14px 14px;
	border-radius:0 0 14px 14px;
	margin:-4px 0 0;
}
.select-options .drop-holder {
	border: 4px solid #6e6c6d;
	border-width: 0 4px 4px;
	height: 1%;
	-webkit-border-radius:0 0 14px 14px;
	-moz-border-radius:0 0 14px 14px;
	border-radius:0 0 14px 14px;
}
.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:18px/26px 'myriad_pro_regular', Arial,sans-serif;
}
.select-options ul li {
	overflow: hidden;
	float: left;
	width: 100%;
}
.select-options ul a {
	text-decoration: none;
	cursor: default;
	color:#050505;
	display: block;
	overflow: hidden;
	height: 1%;
	padding:0 0 4px 17px;
}
.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;}