/*CUSTOM FORMS*/
.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	height: 30px;
	position: relative;
	margin: 4px 13px 0 0;
	float: left;
}
.selectArea .left {
	width: 8px;
	height: 30px;
	background: url(../images/img-select-left.png) no-repeat;
	_background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/img-select-left.png, sizingMethod='crop');
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.selectArea a.selectButton {
	display: block;
	width: 37px;
	height: 30px;
	background: url(../images/btn-select.png) no-repeat 0 0;
	_background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/btn-select.png, sizingMethod='crop');
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
}
.selectArea .center{
	display: block;
	height: 30px;
	_height: 30px;
	line-height: 30px;
	margin: 0 37px 0 8px;
	_margin-bottom: -22px;
	overflow: hidden;
	background: url(../images/bg-select.png) repeat-x;
	_background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/bg-select.png, sizingMethod='scale');
	color: #666;
	font-size: 14px;
	padding: 0 5px 0 5px !important;
	float: none !important;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #E5E5E5;
	border: 1px solid #C9C9C9;
	z-index: 9999;
	margin: 6px 5px 0 3px;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0;
	list-style: none;
}
* html .optionsDivVisible ul {float: left;}
.optionsDivVisible ul li {width: 100%;}
.optionsDivVisible a {
	color: #666;
	text-decoration: none;
	display: block;
	text-decoration: none;
	font-size: 14px;
	padding: 2px 5px 2px 5px;
	line-height: 20px;
	display: block;
	height: 1%;
}
.optionsDivVisible a:hover {
	background-color: #2F384E;
	color: #FFF;
	text-decoration: none;
}
.short-select, .long-select, .selects-group .selectArea {margin-top: 0;}
.short-select .center, .long-select .center {
	font-weight: bold;
	color: #a9a9a9;
}
/*green box*/
.small-selects .selectArea {height: 42px;}
.small-selects .selectArea .left {
	width: 8px;
	height: 42px;
	background: url(../images/bg-select-left2.png) no-repeat;
	_background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/bg-select-left2.png, sizingMethod='crop');
}
.small-selects .selectArea a.selectButton {
	width: 33px;
	height: 42px;
	background: url(../images/bg-select-button2.png) no-repeat;
	_background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/bg-select-button2.png, sizingMethod='crop');
}
.small-selects .selectArea .center{
	height: 42px;
	line-height: 30px;
	margin: 0 33px 0 8px;
	background: url(../images/bg-select-center2.png) repeat-x;
	_background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/bg-select-center2.png, sizingMethod='scale');
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px !important;
}
.title-holder .selectArea {float: right;}