.outtaHere {
	position:absolute;
	left:-9999px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 20px;
	float:left;
	margin:0;
	z-index:30;
	color:#777;
	font:11px/20px Tahoma, Arial, Helvetica, sans-serif;
}
.options .selectArea {
	height:17px;
	overflow:hidden;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:5px;
	height:100%;
	background:url(/assets/images/select-left.gif) no-repeat;
}
.options .selectArea .left {
	background:url(/assets/images/select-left2.gif) no-repeat;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:20px;
	height:100%;
	background: url(/assets/images/select-button.gif) no-repeat;
}
.options .selectArea a.selectButton {
	height:17px;
	width:17px;
	background: url(/assets/images/select-button2.gif) no-repeat;
}
.selectArea a.selectButton:focus { outline:none;}
.selectArea .center {
	height: 20px;
	display:block;
	padding:0 22px 0 6px;
	text-align:left;
	background:url(/assets/images/select-center.gif) repeat-x;
}
.options .selectArea .center {
	padding:2px 0 0 6px;
	background:url(/assets/images/select-center2.gif) repeat-x;
	height:15px;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	z-index: 1000;
	font:11px/14px Tahoma, Arial, Helvetica, sans-serif;
}
.drop-drop2 { margin:-3px 0 0;}
.optionsDivVisible .select-top {
	height:4px;
	background:url(/assets/images/bg-drop-select-top.gif) no-repeat;
}
.drop-drop2 .select-top {
	background:url(/assets/images/bg-drop-select-top2.gif) no-repeat;
}
.optionsDivVisible .select-bottom {
	height:3px;
	background:url(/assets/images/bg-drop-select-btm.gif) no-repeat;
}
.drop-drop2 .select-bottom {
	background:url(/assets/images/bg-drop-select-btm2.gif) no-repeat;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0 0 3px;
	overflow:hidden;
	list-style:none;
	height:1%;
	position:relative;
	border:solid #bbb;
	border-width:0 1px;
	background:#f0f0f0 url(/assets/images/bg-drop-select.gif) repeat-x;
	z-index:1;
}
.drop-drop2 ul {
	width:18px;
	padding:0 0 0 4px;
	margin:0 0 -2px;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible ul li img {
	float:left;
}
.optionsDivVisible a {
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	color:#777;
	padding: 1px 10px 1px 7px;
}
.drop-drop2 a {
	float:left;
	overflow:hidden;
	height:16px;
	padding:0;
}
.optionsDivVisible a:hover {
	text-decoration:underline;
}
.drop-drop2 a:hover { text-decoration:none;}
.sel-text ul a:hover {
	background:#8f816a;
	color:#fff;
}
/* Checkbox */
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:14px !important;
	height:15px;
	overflow: hidden;
	background: url(/assets/images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -15px;}
/* Radio Buttons */
.radioArea, .radioAreaChecked {
	float:left;
	width:89px !important;
	height:20px;
	background: url(/assets/images/btn-man.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -20px;}
.btn-2 .radioArea,
.btn-2 .radioAreaChecked {
	background: url(/assets/images/btn-vrouw.gif) no-repeat;
	width:93px !important;
}
.btn-2 .radioAreaChecked {background-position: 0 -20px;}
