.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 25px;
	float:left;
	color:#866d40;
	font-size:11px;
	line-height:23px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:0px;
	height:100%;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 4px;
	right: 3px;
	width:19px;
	height:18px;
	background: url(../img/btn-select.jpg) no-repeat;
}
.selectArea .center{
	height: 25px;
	line-height:23px;
	display:block;
	padding:0 22px 0 8px;
	background: url(../img/bg-input.png) no-repeat;
}

.selectArea .reg-center{
	height: 25px;
	line-height:23px;
	display:block;
	padding:0 22px 0 8px;
	background: url(../img/bg-reg-input.png) no-repeat;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #120806;
	border: 1px solid #262218;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	list-style: none;
}
.optionsDivVisible a {
	color: #866d40;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
}
.optionsDivVisible a:hover {
	background-color: #381311;
	color: #ebd6b0;
}