#options_wrapper {
	width: 752px;
	margin: 15px 0 0 15px;
	padding: 0;
	float: left;
	background: #FFF;
}
.clear {
	clear: both;
}
#options_head {
	width: 750px;
	height: 107px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(images/head_bg.png) repeat-x left top;
	border: 1px solid #ddd;
	border-bottom: 0;
}
#options_title {
	width: 400px;
	height: 35px;
	margin: 23px 0 0 20px;
	padding: 0;
	float: left;
	background: url(images/title.png) no-repeat left top;
}
#options_slogan {
	width: 232px;
	height: 12px;
	margin: 48px 13px 0 0;
	padding: 0;
	float: right;
	background: url(images/slogan.png) no-repeat left top;
}
.tabber, .tabberlive {
	width: 750px;
	min-height: 500px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(images/body_bg.png) repeat-x left top;
	border: 1px solid #ddd;
	border-top: 0;
	border-bottom: 0;
}
ul.tabbernav {
	width: 730px;
	height: 42px;
	margin: 0;
	padding: 0 0 0 20px;
	float: left;
	list-style: none;
	background: url(images/menu_bg.png) repeat-x left bottom;
}
ul.tabbernav li {
	height: 33px;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	float: left;
	display: block;
}
ul.tabbernav li a {
	height: 33px;
	margin: 0;
	padding: 0 9px 0 0;
	float: left;
	display: block;
	z-index: 10;
	position: relative;
	color: #797979;
	font: normal 18px "Myriad Pro", Arial, Helvetica, sans-serif;
	line-height: 33px;
	text-transform: uppercase;
	text-shadow: 1px 1px #f4f4f4;
	text-decoration: none;
	overflow: hidden;
}
ul.tabbernav li a:hover {
	text-decoration: none;
	color: #000;
}
ul.tabbernav li.tabberactive {
	background: url(images/menu_current_left.png) no-repeat left top;
}
ul.tabbernav li.tabberactive a {
	color: #FFF;
	background: url(images/menu_current_right.png) no-repeat right top;
	text-shadow: none;
}
.tabbertabhide {
	display: none;
}
.tabbertab {
	margin: 50px 0 0 20px;
}
.tabbertab_main {
	margin: 50px 0 0 10px;
	padding: 150px 0 0 0;
}

#options_foot {
	width: 750px;
	height: 65px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(images/foot_bg.png) repeat-x left top;
	border: 1px solid #ddd;
	border-top: 0;
	border-bottom: 1px solid #000;
}
.options_donation {
	width: 463px;
	height: 11px;
	margin: 30px 13px 0 0;
	padding: 0;
	float: right;
	background: url(images/donation.png) no-repeat left top;
}



















.tab_title {
	border-bottom:1px solid #ddd;
	padding:0;
	margin: 0;
}
.tab_title h3 {
	font-size:1em;
	text-transform: uppercase;
	margin:0;
	font-weight:bold;
	color:#232323;
	float:left;
	width:80%;
	padding:14px 4px;
}
.tab_title span.submit {
	display:block;
	float:right;
	margin:0;
	padding:0;
	width:15%;
	padding:14px 0;
}
.tab_option {
	padding:30px 10px;
	border-top:1px solid #fff;
}
.tab_option label {
	font-size:12px;
	font-weight:bold;
	width:200px;
	display:block;
	float:left;
	cursor:default;
}
.tab_option input[type="text"], .tab_option select {
	width:280px;
	font-size:12px;
	padding:4px;
	color:#333;
	line-height:1em;
	background:#f3f3f3;
}
.tab_option input:focus, .tab_option textarea:focus {
	background:#fff;
}
.tab_option textarea {
	width:280px;
	height:175px;
	font-size:12px;
	padding:4px;
	color:#333;
	line-height:1.5em;
	background:#f3f3f3;
}
.tab_option small {
	display:block;
	float:right;
	width:200px;
	color:#999;
}