.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;
	/*	margin:2px 0 0;*/ /*chirayu*/
	margin: 12px 0px 0 0;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
}

.checkboxAreaChecked {
	background-position: 0 -14px;
}

/* Selects */
.selectArea {
	position: relative;
	height: 40px;
	float: left;
	color: #d27137;
	font-size: 20px;
	line-height: 22px;
}

.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 100%;
	background: #f1e6d0;
	display: block;
}

.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg-select-r.gif) no-repeat 100% 0;
}

.selectArea .center {
	height: 32px;
	line-height: 23px;
	display: block;
	padding: 8px 26px 0 19px;
	background: #f1e6d0;
}

.selectArea .center img {
	float: left;
}

/*Selects drop-down*/
.optionsDivInvisible,.optionsDivVisible {
	position: absolute;
	background-color: #F1E6D0;
	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;
}