/* custom forms styles */
.customForm-hidden {
	display: block !important;
	position: absolute !important;
	left:-9999px !important;
}
/* custom select styles */
.select-area {
	background: #eeeeee;
	float: left;
	position: relative;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	border: 1px solid #bdbdbd;
	border-radius: 11px;
	font-size: 12px;
	color: #333333;
	cursor: pointer;
}
.select-area .select-opener {
	background: url(../images/btn-select.png) no-repeat 0 50%;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	width: 27px;
	height: 24px;
}
.select-area .left {
	position: absolute;
	width: 11px;
	height: 24px;
	z-index: 1;
	top: 0;
	left: 0;
}
.select-area .center {
	text-align: center;
	white-space: nowrap;
	position: relative;
	line-height: 24px;
	cursor: default;
	display: block;
	z-index: 2;
	margin-right: 30px;
	cursor: pointer;
}
.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 {
	border: solid #bfbfbf;
	border-width: 0 1px 1px;
	height: 1%;
	margin-top: -8px;
	padding-top: 8px;
	background: #eeeeee;
}
.select-options-flipped .drop-holder {
	border-width: 1px 1px 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%;
	font-size: 12px;
}
.select-options ul a {
	text-decoration: none;
	cursor: default;
	color: #666;
	display: block;
	overflow: hidden;
	height: 1%;
	padding: 3px 3px 3px 15px;
}
.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;
}

/* 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;
}
/* custom input type file */
.file-area {
	position: relative;
	line-height: 31px;
	overflow: hidden;
	padding: 0 10px 0 0;
	float: left;
	clear: both;
	height: 31px;
}
.file-area .customForm-wrap {
	position: relative;
	overflow: hidden;
	height: 31px;
	width: 0;
	margin: 0 0 -31px;
	z-index: 100;
	font-size: 0;
	line-height: 0;
}
.file-area .customForm-input-wrapper {
	position: relative;
	overflow: hidden;
	height: 31px;
	float: left;
}
.file-area .customForm-fake-input {
	background: url(../images/bg-upload.gif) no-repeat;
	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: 31px;
	width: 180px;
	font-style: normal;
	padding: 0 0 0 20px;
	overflow: hidden;
	background: url(../images/ext-none.gif) no-repeat 0 50%;
}
.file-area .customForm-upload-button {
	background: url(../images/bg-upload.gif) no-repeat 0 -93px;
	padding: 0 0 0 10px;
	margin: 0 0 0 5px;
	color: #fff;
	float: left;
}
.file-area .customForm-upload-button span {
	background: url(../images/bg-upload.gif) no-repeat 100% -93px;
	padding: 0 10px 0 0;
	cursor: default;
	float: left;
	height: 31px;
}
.file-input-opacity {
	z-index: 100;
	position: absolute;
	height: 31px;
	line-height: 31px;
}
.file-disabled {color: #bbb;}
.file-disabled .customForm-fake-input {background-position: 0 -124px;}
.file-disabled .customForm-fake-input span{background-position: 100% -186px;}
.file-disabled .customForm-upload-button {background-position: 0 -217px;}
.file-disabled .customForm-upload-button span{background-position: 100% -217px;}

.file-focus .customForm-fake-input {background-position: 0 -248px;}
.file-focus .customForm-fake-input span{background-position: 100% -310px;}
.file-focus .customForm-upload-button {background-position: 0 -341px;}
.file-focus .customForm-upload-button span{background-position: 100% -341px;}

/* file extension styles */
.no-file .customForm-fake-input em{
	background: none;
}
.extension-jpg .customForm-fake-input em,
.extension-bmp .customForm-fake-input em,
.extension-gif .customForm-fake-input em,
.extension-png .customForm-fake-input em{
	background-image: url(../images/ext-image.gif);
}
.extension-odt .customForm-fake-input em,
.extension-doc .customForm-fake-input em,
.extension-docx .customForm-fake-input em{
	background-image: url(../images/ext-doc.gif);
}
.extension-ods .customForm-fake-input em,
.extension-xls .customForm-fake-input em,
.extension-xlsx .customForm-fake-input em{
	background-image: url(../images/ext-xls.gif);
}
.extension-swf .customForm-fake-input em,
.extension-fla .customForm-fake-input em{
	background-image: url(../images/ext-flash.gif);
}
.extension-db .customForm-fake-input em,
.extension-sql .customForm-fake-input em{
	background-image: url(../images/ext-db.gif);
}
.extension-htm .customForm-fake-input em,
.extension-html .customForm-fake-input em{
	background-image: url(../images/ext-html.gif);
}
.extension-txt .customForm-fake-input em,
.extension-rtf .customForm-fake-input em{
	background-image: url(../images/ext-txt.gif);
}
.extension-zip .customForm-fake-input em,
.extension-rar .customForm-fake-input em{
	background-image: url(../images/ext-zip.gif);
}
.extension-pdf .customForm-fake-input em{
	background-image: url(../images/ext-pdf.gif);
}