.outtaHere {
	position: absolute;
	left: -3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display: block;
	width: 13px;
	height: 13px;
	float: left;
	background: url(../images/radio-bg.gif) no-repeat;
	overflow: hidden;
	margin: 3px 0 0;
}
.inner  .solution-form .line .radioArea, .inner  .radioAreaChecked {
	margin-right: 32px;
	display: inline; 
}
* html .radioAreaChecked {
	margin-top: 4px;
}

* html .radioArea {
	margin-top: 4px;
}

.radioAreaChecked {
	background-position: 0 -13px;
}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display: block;
	float: right;
	margin: 4px 8px 0 0;
	display: inline;
	width: 13px;
	height: 13px;
	overflow: hidden;
	background: url(../images/check-bg.gif) no-repeat;
}

.checkboxAreaChecked {
	background-position: 0 -13px;
}

/* Selects */
.selectArea {
	height: 21px;
	float: left;
	font-size: 11px;
	position: relative;
	color: #000;
	line-height: 21px;
	background: url(../images/select-bg.gif) repeat-x;
}

.selectArea .left {
	width: 5px;
	height: 21px;
	margin: 0 !important;
	padding: 0 !important;
	background: url(../images/select-left-bg.gif) no-repeat;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.selectArea a.selectButton {
	display: block;
	float: none;
	width: 100%;
	height: 21px;
	background: url(../images/select-arrow.gif) no-repeat 100% 0;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	z-index: 4;
}

* html .selectArea a.selectButton {
	right: -1px;
}

.selectArea a.selectButton:hover {
	background-position: 100% -21px;
}

.selectArea .center{
	display: block;
	height: 21px;
	margin: 0 21px 0 5px !important;
	padding: 0 !important;
	overflow: hidden;
	float: none !important;
	background: url(../images/form/center.gif) repeat;
}

.selectArea .disabled {
	width: 100%;
	height: 19px;
	background-color: #2F384E;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #fff;
	border: 1px solid #C9C9C9;
	display: block;
	z-index: 30;
	font-size: 11px;
	margin-top: 1px;
	overflow: auto;
}

.optionsDivInvisible {
	display: none;
}

.optionsDivVisible ul {
	margin: 0;
	padding: 2px;
	list-style: none;
}

* html .optionsDivVisible ul {
	float: left;
}

* +html .optionsDivVisible ul {
	overflow-x: hidden;
}

.optionsDivVisible ul li {
	width: 100%;
}

.optionsDivVisible a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 2px 4px;
	height: 100%;
	line-height: normal !important;
	font-weight: normal;
	text-decoration: none;
}

.optionsDivVisible a:hover {
	background-color: #cecece;
	color: #FFF;
	text-decoration: none;
}