.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:9px !important;
	height:9px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
	margin:2px 7px 0 0;
	padding:0;
}
.checkboxAreaChecked {background-position: 0 -9px;}
*/
/* Selects */
.selectArea {
	position: relative;
	height: 20px;
	float:left;
	color:#000;
	font-size:11px;
	line-height:20px;
	margin:0 0 10px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:11px;
	height:100%;
	background: url(../images/bg-select-lt.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:20px;
	height:100%;
	background: url(../images/btn-select.gif) no-repeat;
}
.selectArea .center{
	height:20px;
	line-height:20px;
	display:block;
	padding:0 20px 0 11px;
	background: url(../images/bg-select-c.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background: #fff;
	border: 1px solid #c3c3c3;
	display: block;
	z-index:130;
	font-size: 11px;
}
.drop-sel{
	width:224px !important;
}
.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: #942a23;
	color: #FFF;
}

/* Form Stuff by David */

.two-columns form#getTowns {
	text-align: center;
	margin: 5px;
	padding: 5px;
	width: 80%;
	height: 30px;
	background: #ffd004;
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -opera-border-radius: 10px;
  border-radius: 10px;
} 

.two-columns input#getTowns { float: right; margin: 0 40px 0 0; }
.two-columns form#getTowns .select { float: left; margin: 5px 0px 0px 40px; }

.two-columns form#getList {
	//text-align: center;
	margin: 5px;
	padding: 5px;
	width: 80%;
	height: 200px;
	background: #ffd004;
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -opera-border-radius: 10px;
  border-radius: 10px;
}

.event_types {
	margin: 5px;
	padding: 5px;
	/*width: 80%;
	height: 200px;*/
	background: #ffd004;
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -opera-border-radius: 10px;
  border-radius: 10px;
	}
