.outtaHere {
	position: absolute;
	left: -3000px;
}


/* Selects */

.selectArea {
	color: #fff;
	float: left;
	height: 18px;
	position: relative;
	width: 170px !important;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #949494;
}

.form-section .selectArea {
	color: #c2c2c2 !important;
}

.form-bar .box-01 .selectArea {
	width: 142px !important;
}

.form-bar .box-02 .selectArea {
	width: 146px !important;
}

.form-bar .box-03 .selectArea {
	width: 138px !important;
}

.testimonials .box-01 .selectArea ,
.testimonials .box-02 .selectArea ,
.testimonials .box-03 .selectArea {
	width: 170px !important;
}

.selectArea a.selectButton {
	display: block;
	float: none;
	width: 100%;
	height: 18px;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	z-index: 4;
	background: url(../siteimg/right-select.gif) no-repeat top right;
}

.selectArea .center {
	display: block;
	height: 16px;
	line-height: 18px;
	margin: 0 18px 0 0 !important;
	padding: 0 0 0 5px !important;
	overflow: hidden;
	float:none !important;
	background-color: #101010;
}

.selectArea .disabled {
	width: 100%;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.selectArea .toSelect {
	display: block;
	height: 16px;
	line-height: 18px;
	margin: 0 18px 0 0 !important;
	padding: 0 0 0 5px !important;
	overflow: hidden;
	float: none !important;
	background-color: #101010;
	color: #858585;
}


/*Selects drop-down*/

.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	margin: 6px 0 0;
	width: 170px !important;
	background-color: #101010;
	border: 1px solid #949494;
	display: block;
	z-index: 30;
	font-size: 12px;
	overflow: auto;
}

.optionsDivInvisible {
	display: none;
}

.optionsDivVisible ul {
	margin: 0;
	width: 166px;
	padding: 2px;
	list-style: none;
}

.optionsDivVisible ul li {
	width:100%;
}

.optionsDivVisible a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 158px;
	padding: 2px 4px;
	display: block;
	line-height: normal !important;
	font-weight: normal;
	text-decoration: none;
}

.optionsDivVisible a:hover {
	background: #0060a9;
}

