.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: 32px;
	float:left;
	color:#b0b1c5;
	font-size:12px;
	line-height:32px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:8px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right:-1px;
	width:33px;
	height:100%;
	background: url(../images/btn-select.gif) no-repeat;
}
.selectArea .center{
	height: 32px;
	line-height:32px;
	display:block;
	padding:0 33px 0 8px;
	background: url(../images/select-center.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	display: block;
	z-index: 30;
	font-size: 12px;
	color:#b0b1c5;
	width:218px;
	font-weight:bold;
	margin:0 0 0 4px;
}
.drop-dif {
	background:#ff0;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	background:url(../images/bg-options-c.gif) repeat-y;
	padding:0 1px;
	overflow:hidden;
	list-style: none;
	width:216px;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
	background:url(../images/bg-options.gif) repeat-x 0 100%;
}
.optionsDivVisible a {
	color: #b0b1c5;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding:10px 0 12px 16px
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background:#d9d9d9 url(../images/bg-options-hover.gif) repeat-x 0 100%;
	color: #c51230;
}
.optionsDivVisible .select-bottom{
	height:8px;
	background:url(../images/bg-options-b.gif) no-repeat;
	width:218px;
	position:relative;
	margin:-2px 0 0;
}