/* 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;
	margin:0 6px 0 0;
	height: 36px;
}
.select-area .select-opener {
	background: url(../images/arrow-04.png) no-repeat 4px 7px;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
}
.select-active .select-opener,
.select-area:hover .select-opener,
.select-area.active .select-opener{background-position:4px -41px;}
.select-area .center {
	background:#e5e5e5;
	white-space: nowrap;
	font:1.1em/1em 'montserratregular', Arial,sans-serif;
	color:#444;
	cursor: default;
	display: block;
	padding:13px 36px 12px 15px;
	z-index: 2;
	position:relative;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 2px 3px rgba(0, 0, 0, 0.16);
	-moz-box-shadow:inset 0 2px 3px rgba(0, 0, 0, 0.16);
	box-shadow:inset 0 2px 3px rgba(0, 0, 0, 0.16);
	text-overflow:ellipsis;
	overflow:hidden;
}
.select-active .center,
.select-area:hover .center,
.select-area.active .center {
	background:#ff8000 !important;
	color:#fff !important;
}
.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;
	position: absolute;
	
}
.select-options .drop-holder {
	height: 1%;
}
.select-options div.drop-list {
	width: 100%;
}
.select-options ul {
	overflow: hidden;
	list-style: none;
	width: 100%;
	padding:10px 0 12px;
	margin:0 19% 0 0;
	font:1em/1em 'montserratregular', Arial,sans-serif;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 2px 3px rgba(0, 0, 0, 0.16);
	-moz-box-shadow:inset 0 2px 3px rgba(0, 0, 0, 0.16);
	box-shadow:inset 0 2px 3px rgba(0, 0, 0, 0.16);
	background: #e5e5e5;
	border: 1px solid #fbfbfb;
}
.select-options ul li {
	overflow: hidden;
	float: left;
	width: 100%;
}
.select-options ul a {
	text-decoration: none;
	cursor: default;
	color: #444;
	display: block;
	overflow: hidden;
	height: 1%;
	padding:5px 14px;
}
.select-options ul a span {
	cursor: default;
	float: left;
}
.select-options ul a:hover span{text-decoration:underline;}
.select-options .item-selected a {
	text-decoration: none;
}
.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;
}
/* custom input type file */
.file-area {
	position: relative;
	overflow: hidden;
	padding:0;
	float: left;
	clear: both;
	height: 42px;
	background:#eee;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	font:14px/42px 'montserratregular', sans-serif;
	width:100%;
	max-width:535px;
}
.file-area .customForm-wrap {
	position: relative;
	overflow: hidden;
	height: 42px;
	width:100%;
	margin: 0 0 -42px;
	z-index: 100;
	font-size: 0;
	line-height: 0;
}
.file-area .customForm-input-wrapper {
	position: relative;
	overflow: hidden;
	height: 42px;
	float: left;
	width:100%;
}
.file-area .customForm-fake-input {
	padding: 0 0 0 10px;
	white-space: nowrap;
	float: left;
}
.file-area .customForm-fake-input span {
	background: url(../images/bg-upload.gif) no-repeat 100% -62px;
	cursor: default;
	overflow: hidden;
	padding: 0 10px 0 0;
	float: left;
}
.file-area .customForm-fake-input em {
	float: left;
	height: 42px;
	width:100%;
	font-style: normal;
	padding:0;
	overflow: hidden;
	background: url(../images/ext-none.gif) no-repeat 0 50%;
}
.file-area .customForm-upload-button {
	padding:0;
	text-align:center;
	margin: 0 0 0 5px;
	background:#ddd;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:#444;
	float:right;
	min-width:124px;
	width:124px;
	position:absolute;
	top:0;
	right:0;
}
.file-area .customForm-upload-button span {
	background: url(../images/bg-upload.gif) no-repeat 100% -93px;
	padding:0;
	cursor: default;
	display:block;
	text-align:center;
	height: 42px;
}
.file-input-opacity {
	z-index: 100;
	position: absolute;
	height: 42px;
	line-height: 42px;
}