.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 21px;
	float: left;
	line-height: 21px;
}
.opera9 .selectArea { margin-top: -13px; }
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height:100%;
	background: url(/images/input-text-left.gif) no-repeat;
	display: block;
}
.selectArea .center{
	height: 21px;
	line-height:21px;
	display:block;
	padding:0 26px 0 7px;
	background: url(/images/input-text-left.gif)  no-repeat;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 21px;
	background: url(/images/select-button.gif) no-repeat;
}
.selectArea a.selectButton:hover,
.selectArea a.selectButton.hover { background-position: 0 50%; }
.selectArea a.selectButton:active,
.selectArea a.selectButton.active { background-position: 0 100%; }
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #fff;
	border: 1px solid #C9C9C9;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #eaeaea;
	color: #000;
	text-decoration: none;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

