#banner {
	background-color: #FFFFFF;
}
.panel {
	clear: both;
	color:#3B3529;
	display: none;
	padding: 0px;
	margin-top: 20px;
}
fieldset {
	padding: 2em;
}

.panel.active-tab-body {
	display: inline;
}

.bar {
	padding: 0px;
}
#tabs {
	position: absolute;
	height: 33px;
	list-style: none;
	width: 440px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-image: url(/images/051309-tabs-btm-line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#tabs ul {
	margin: 0px;
	padding: 0px;	
}
#tabs li {
	float: left;
}
#tabs a {
	float: left;
	padding: 3px 0px;
	text-decoration: none;
}
#tabs a:hover {
	float: left;
	padding: 3px 0px;
	text-decoration: none;
}
#tabs a.active-tab {
	padding-top: 3px;
}
