/* custom forms styles */
.customForm-hidden {
	display: block !important;
	position: absolute !important;
	left:-9999px !important;
}
/* custom select styles */
.select-area {
	border:1px solid #333;
	float: left;
	position: relative;
	overflow: hidden;
	margin:0 0 0 10px;
	height: 18px;
	width: 150px;
}
.select-area .select-opener {
	background: url(../images/arrow-02.png) no-repeat;
	position: absolute;
	z-index: 3;
	top: 6px;
	right: 3px;
	width: 12px;
	height: 7px;
}
.select-area .center {
	white-space: nowrap;
	position: relative;
	font:12px/18px 'franklin_gothic_medium', Helvetica, sans-serif;
	cursor: default;
	display: block;
	padding:0 20px 0 6px;
	z-index: 2;
	color:#333;
}
.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: #333;
	position: absolute;
}
.select-options .drop-holder {
	border: 1px solid #333;
	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: 10px 0;
	margin: 0;
	font-size:12px;
}
.select-options ul li {
	overflow: hidden;
	float: left;
	width: 100%;
}
.select-options ul a {
	cursor: default;
	color: #fff;
	display: block;
	overflow: hidden;
	height: 1%;
	padding: 3px 10px;
}
.select-options .item-selected a {
	text-decoration: underline;
}
.select-options ul a:hover {
	text-decoration:underline !important;
}
.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;
}