.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	height: 22px;
	position: relative;
	background:#35393c;
	border-bottom:1px solid #35393c;
}
.popup .selectArea{
	float:left;
	background:#1e2226;
	border-bottom-color:#1e2226;
	margin:0 11px 0 0;
}
.popup .selectArea.individual{
	float:none;
	margin:-7px 0 28px;
}
.tours-form .selectArea{
	margin:0 10px 0 0;
	display:block;
}
.picture-box .selectArea{
	float:left;
	margin-right:22px;
}
.picture-form .selectArea{
	float:left;
	margin:0 12px 0 0;
}
.selectArea a.selectButton {
	display:block;
	width:21px;
	height:22px;
	background:url(../images/btn-select.gif) no-repeat;
	position: absolute;
	top:0;
	right:0;
	outline:none;
}
.tours-form a.selectButton{border-left:1px solid #333;}
.selectArea .center{
	display: block;
	height:22px;
	line-height: 22px;
	padding:0 26px 0 6px !important;
	overflow: hidden;
	font-size:15px;
	color:#72c5d9;
}
.tours-form .selectArea .center{
	color:#fff;
	border:1px solid #333;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	z-index: 30;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0 6px;
	list-style: none;
	background:#35393c;
	overflow: auto;
	height: 250px;
}
.select-alt .optionsDivVisible ul{background:#1e2226;}
.select-alt2 .optionsDivVisible ul{
	background:#1e2226;
	border:1px solid #333;
	border-top:none;
}
.optionsDivVisible ul li{
	height:17px;
	background:#4f4836;
	vertical-align: top;
	padding:3px 0;
	background:url(../images/border1-h.gif) repeat-x;
}
.optionsDivVisible a {
	color:#72c5d9;
	text-decoration:none;
	display:block;
	height:17px;
	padding:1px;
	text-decoration:none;
}
.select-alt2 .optionsDivVisible a{color:#fff;}
.optionsDivVisible a:hover {
	color:#35393c;
	background:#72c5d9;
	text-decoration: none;
}
.select-alt2 .optionsDivVisible a:hover{
	color:#1e2226;
	background:#fff;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:14px !important;
	height:14px;
	background: url(../images/btn-radio.gif) no-repeat;
	overflow: hidden;
	margin-right:8px;
}
.radioAreaChecked {background-position: 0 -14px;}

