.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height:43px;
	float:left;
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:12px;
	line-height:12px;
	color:#999;
	border:1px solid #ccc;
	width:268px !important;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:19px;
	height:100%;
	background:#fff;
	display: block;
}
.selectArea a.selectButton {
	position: absolute !important;
	border:0 !important;
	border-radius:0 !important;
	top: 0;
	right: 0;
	width:100%;
	height:100%;
	background: url(../images/select-button.gif) no-repeat 100% 0;
	width:47px;
	margin:0 !important;
}
.selectArea a.selectButton:before{
	content:'';
	display:none;
}
/*.donate-form ul li a {
    color: #666666;
    display: block;
    font-family: 'Roboto Slab',serif;
    font-size: 22px;
    font-weight: 400;
    height: 58px;
    line-height: 58px;
}*/
.selectArea .center{
	height: 43px;
	line-height:43px;
	display:block;
	padding:0 43px 0 23px;
	background:#fff;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #fff;
	border: 1px solid #ccc;
	display: block;
	z-index: 30;
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:12px !important;
	line-height:12px;
	color:#999 !important;
	width:267px !important;
}
.optionsDivScroll ul {
	height: 205px;
	overflow: auto !important;
}
.drop-dif {
	background:#99CCCC;
}
.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 {
	color: #FFF;
	text-decoration:none;
}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:15px !important;
	height:15px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
	margin:0 10px 0 0;
}
.checkboxAreaChecked {background-position: 0 -15px;}