.outtaHere{
	position:absolute;
	left:-6000px;
}

.selectArea{
	height:27px;
	background:white url('/themes/ispb/img/select/select_bg.gif') repeat-x 0 0;
}

.selectArea .left{
	width:1px;
	height:27px;
	float:left;
	background:url('/themes/ispb/img/select/select_left.gif') no-repeat 0 0;
}

.selectArea .right{
	width:17px;
	height:27px;
	float:right;
	background:url('/themes/ispb/img/select/select_right.gif') no-repeat 0 0;
}

.selectArea .right a{
	display:block;
	width:17px;
	height:27px;
	position:absolute;
}

.selectArea .right i{
	display:none;
}

.selectArea .center{
	color:#333333;
	font-size:1em !important;
	white-space:nowrap;
	margin:3px 0 0 3px;
	border:none;
	vertical-align:middle;
	background:none;
	height:18px;
	line-height:1;
	overflow:hidden;
}

.fake_list{
	background:white;
	padding:0;
	z-index:1000;
	list-style-type:none;
	margin:0;
	position:absolute;
	float:left;
	overflow:auto;
	border:1px solid #bbbbbb;
	border-top:none;
	margin:1px 0 0 4px;
}

ul.fake_list li{
	color:#333333;
	padding:2px 5px;
	margin:0px;
	clear:none;
	cursor:pointer;
}

.fake_list li.selected{
	color:#333333;
	background:#ededed;
	border-color:white;
}