.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	margin: 0 8px 0 0;
	width:19px !important;
	height:19px;
	background: url(../images/bg-radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -19px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	margin:0 15px 0 0;
	width:17px !important;
	height:16px;
	overflow: hidden;
	background: url(../images/bg-checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -16px;}

/* Selects */
.selectArea {
	position: relative;
	height: 23px;
	float:left;
	color:#000;
	font-size:11px;
	line-height:23px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:19px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:26px;
	height:100%;
	background: url(../images/select-button.gif) no-repeat;
}
.selectArea .center{
	height: 23px;
	line-height:23px;
	display:block;
	padding:0 26px 0 19px;
	background: url(../images/select-center.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #E5E5E5;
	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: #2F384E;
	color: #FFF;
	text-decoration:underline;
}
/* js styles */
.sector1 .select-wrap,
.sector5 .select-wrap,
.sector7 .select-wrap {
	width: 100% !important;
}
.form-ret-reg select {
	width: 100% !important;
}
.sector1 div.select {
	width: 77px;
}
.sector7 div.select {
	width:371px;
}
.sector5 div.select {
	width:131px;
}


.select-wrap {
	clear: both;
	position: relative;
	color: #000;
	width: 100%;
}
.select-wrap:after {
	display: block;
	content: "";
	clear: both;
}
.select-wrap div.select{
	white-space: nowrap;
	padding-right: 20px;
	overflow: hidden;
}
.select-wrap .select,
.select-wrap .link-select {
	position: relative;
	z-index: 11;
}
.drop .m {
	padding-top: 17px;
}
.drop .inside {
	margin-top: 0;
}

/* custom scroll styles */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollCap {
	top: 0;
	right: 0;
	z-index: 15;
	position: absolute;
	width: 12px !important;
	height: 12px !important;
}
.jScrollCapTop {
	background: url(../images/bg-scrollbar.png) no-repeat;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../images/bg-scrollbar.png) no-repeat 0 100%;
}
.jScrollPaneDrag {
	position: absolute;
	background: url(../images/bg-scrollbar.png) no-repeat 100% 100%;
	cursor: pointer;
	z-index: 20;
}
.jScrollPaneDragTop {
	background: url(../images/bg-scrollbar.png) no-repeat 100% 0;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

