/* custom forms styles */
.customForm-hidden {
	display: block !important;
	position: absolute !important;
	left:-9999px !important;
}
/* custom checkbox styles */
.chk-area {
	margin: 5px 0 0 -29px;
	float: left;
	height: 12px;
	width: 12px;
}
.chk-area span {
	display: block;
	position:relative;
	width: 12px;
	height: 12px;
	border:1px solid rgba(255,255,255,.5);
}
.chk-area span:before {
	position:absolute;
	left:2px;
	top:-1px;
	width:12px;
	height:9px;
	opacity:0;
	background:url(/images/2016/ico-check.png) no-repeat;
	background-size:100% 100%;
	content:"";
	transition:all .3s;	-webkit-transition:all .3s;
}
.chk-checked span:before {
	opacity:1;
}
/* custom select styles */
.select-area {
	width:auto !important;
	position: relative;
	overflow: hidden;
	height: 39px;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
}
.select-area .select-opener {
	background: url(/images/2016/arrow-06.png) no-repeat 1px 18px;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	bottom:0;
	width: 31px;
}
.select-area .left {
	display:none;
	background: url(/images/2016/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;
	cursor: default;
	display: block;
	padding: 8px 35px 7px 17px;
	z-index: 2;
	border:1px solid #bbb;
	background:#fff;
	color:#2a2a2a;
	overflow:hidden;
	text-overflow:ellipsis;
}
.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: 1px solid #bbbbbb;
	height: 1%;
	background:#fff;
}
.select-options div.drop-list {
	width: 100%;
}
.select-options ul {
	overflow: hidden;
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
}
.select-options ul li {
	overflow: hidden;
	float: left;
	width: 100%;
}
.select-options ul a {
	text-decoration: none;
	cursor: default;
	color: #2a2a2a;
	display: block;
	overflow: hidden;
	height: 1%;
	padding: 8px 17px 7px;
}
.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;}