.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:14px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -14px;}

/* Selects */
.selectArea {
	position:relative;
	height:37px;
	float:left;
	color:#8b8984;
	font-size:16px;
	line-height:37px;
}
.registration .selectArea {color:#000;}

.selectArea .left {
	position:absolute;
	top: 0;
	left: 0;
	width:4px;
	height:37px;
	background: url(../images/bg-select-l.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position:absolute;
	top:0;
	width:100%;
	right:0;
	height:37px;
	background:url(../images/bg-select-r.gif) no-repeat 100% 0;
}
.selectArea .center{
	height:37px;
	line-height:37px;
	display:block;
	padding:0 40px 0 13px;
	background: url(../images/bg-select-c.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	display: block;
	width:100%;
	z-index: 30;
	font-size:16px;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0;
	background:#fcfaf5;
	overflow:auto;
	max-height: 250px;
	height:1%;
	list-style: none;
	border:1px solid #d3d1cc;
}
* html .optionsDivVisible ul { 
   height: expression( this.scrollHeight > 249 ? "249px" : "auto" ); /* sets max-height for IE */
}
.optionsDivVisible ul {
   max-height: 250px; /* sets max-height value for all standards-compliant browsers */
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
	padding:3px 0;
}
.optionsDivVisible a {
	color: #000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 10px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #2F384E;
	color: #FFF;
	text-decoration:none;
}

textarea.reason
{
	background: url(../images/textareareason.jpg) no-repeat;
	border:0;
	font-size:16px;
	height:93px;
	padding:10px;
	width:289px;
}