* {
	padding: 0;
	margin: 0;
}

#banner {
	background-color: #7B68EE;
	height: 80px;
}

.panel {
	clear: both;

	padding: 1em;
	border:0px;
}

fieldset {
	padding: 2em;
}

.panel.active-tab-body {
	display: block;
}
.bar {
	padding: 5px;
	background-color: #3e3e3e;
}

#tabs {
	height: 20px;
	list-style: none;
	padding:5px 0px 5px 0px;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 3px 15px 3px 5px;
	margin-left: 6px;
	background: #666633 url('../images/pub/tab_arrow_1.gif') no-repeat 98% 10%;	
	text-decoration: none;
	color: white;
	font-size:0.85em;
}

#tabs a.active-tab {
	background: #003300 url('../images/pub/tab_arrow_2.gif') no-repeat 98% 10%;	
	color: white;
}
#tabs a:hover {
	background: #003300 url('../images/pub/tab_arrow_2.gif') no-repeat 98% 10%;	
	color: white;
}