.outtaHere {position:absolute; left:-3000px;}
/*Radio buttons*/
.radioArea {float:left; width:16px; height:16px; background:url(/media/images/radio.png) no-repeat; overflow: hidden;}
.radioArea:hover {background-position:100% 0;}
.radioAreaChecked {float:left; width:16px; height:16px; overflow: hidden; background:url(/media/images/radio.png) no-repeat; background-position:0 100%;}
.radioAreaChecked:hover {background-position:100% 100%;}
/*Checkboxes*/
.checkboxArea {float:left; width:14px; height:14px; overflow: hidden; background:url(/media/images/checkbox.png) no-repeat; margin:2px 0 1px 0;}
.checkboxArea:hover {background-position:100% 0;}
.checkboxAreaChecked {background:url(/media/images/checkbox.png) no-repeat 0 100%; float:left; width:14px; height:14px; overflow: hidden; margin:2px 0 1px 0;}
/* Selects */
.selectArea {position: relative; z-index:30; height: 24px; float:left; font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#8A4514; background:url(/media/images/select.png) no-repeat 100% 0; margin-left: 5px; padding:0 10px 0 0;}
.selectArea .left {width:5px; height:24px; background:url(/media/images/select.png) no-repeat 0 0; position:absolute; top:0; left: -5px;}
.selectArea a.selectButton {position: absolute; top:1px; right:1px; width:100%; height:22px; background:url(/media/images/select-button.png) no-repeat 100% 0; outline:none;}
.selectArea a.selectButton:hover {background-position:100% 100%;}
.selectArea .center {height: 24px; line-height:24px; display:block; background: none; padding:0 0 0 5px;}
/*Selects drop-down*/
.optionsDivInvisible {display:none;}
.optionsDivInvisible, .optionsDivVisible {position: absolute; z-index:100; display: block; margin:-5px 0 0 0; z-index:100; font-family:Verdana, Geneva, sans-serif; color:#daf5f9;}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {list-style: none; background:#EED38E; border:1px solid #BF7E1E; padding:0 8px 0 0; width:100%;}
.optionsDivVisible ul li {width:100%; position:relative; left:8px; margin-left:-8px;}
.optionsDivVisible a {color:#8A4514; text-decoration: none; display: block; height:1%; line-height:20px; padding:0 0 0 8px; width:100%; position:relative; left:8px; margin-left:-8px;}
.optionsDivVisible a:hover {background:#F5F5DC; color:#2E1B00; font-weight:bold;}
