.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 31px;
	float:left;
	color:#4c4c4c;
	font-size:13px;
	line-height:31px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:5px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:31px;
	height:100%;
	background: url(../images/select-button.gif) no-repeat;
}
.selectArea .center{
	height: 31px;
	line-height:31px;
	display:block;
	padding:0 31px 0 9px;
	background: url(../images/select-center.gif) repeat-x;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #E5E5E5;
	border: 1px solid #C9C9C9;
	background:#fff;
	display: block;
	z-index: 30;
	font-size: 13px;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0;
	list-style: none;
}
.optionsDivVisible a {
	color: #4c4c4c;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px 2px 6px;
}
.optionsDivVisible a:hover {
	background-color: #379dea;
	color: #FFF;
	text-decoration:none;
}
.drop-sel {width:257px !important;}
.sel02{
	width:481px;
}
.form-select .selectArea,
.form-search02 .selectArea,
.form-client-search .selectArea{
	height:23px;
	line-height:21px;
}
.form-select .selectArea .center,
.form-search02 .selectArea .center{
	height:23px;
	line-height:20px;
	padding:0 31px 0 7px;
	font-size:11px;
	background:url(../images/select02-center.gif) repeat-x;
}
.form-select .selectArea .left,
.form-search02 .selectArea .left{
	background:url(../images/select02-left.gif) no-repeat;
}
.form-select .selectArea a.selectButton,
.form-search02 .selectArea a.selectButton{
	background:url(../images/select02-button.gif) no-repeat;
	width:27px;
}
.drop-sel02{
	width:480px !important;
	margin:-10px 0 0;
	font-size:11px;
}
.drop-sel03{
	width:240px !important;
	margin:-10px 0 0;
	font-size:11px;
}
.form-client-search .selectArea .left{
	background:url(../images/select03-left.gif) no-repeat;
}
.form-client-search .selectArea .center{
	height:23px;
	line-height:20px;
	padding:0 31px 0 7px;
	font-size:11px;
	background:url(../images/select03-center.gif) repeat-x;
}
.form-client-search .selectArea a.selectButton{
	background:url(../images/select03-button.gif) no-repeat;
	width:27px;
}
.drop-sel04{
	width:194px !important;
	margin:-10px 0 0;
	font-size:11px;
}