.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:15px !important;
	height:16px;
	background: url(../images/radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -16px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:14px !important;
	height:16px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -16px;}
.login-form .checkboxArea,
.login-form .checkboxAreaChecked {
	width:11px !important;
	height:11px;
	margin:2px 4px 0 0;
	background: url(../images/checkbox1.gif) no-repeat;
}
.login-form .checkboxAreaChecked {background-position: 0 -11px;}
.signup-form .checkboxArea,
.signup-form .checkboxAreaChecked {
	width:12px !important;
	height:12px;
	background: url(../images/checkbox2.gif) no-repeat;
}
.signup-form .checkboxAreaChecked {background-position: 0 -12px;}
/* Selects */
.selectArea {
	position: relative;
	height: 23px;
	float:left;
	color:#777;
	font-size:11px;
	line-height:20px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:19px;
	height:100%;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:10px;
	height:100%;
	background: url(../images/select-button.gif) no-repeat 100% 50%;
}
.selectArea .center{
	height: 19px;
	line-height:20px;
	display:block;
	padding:1px 10px 0 4px;
}
.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: #777;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 3px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	text-decoration:underline;
}

.optionsDivVisible {
    max-height: 200px;
    overflow: auto;
    -height: 200px;
}
