legend {
	color: #006BB7;
	font-weight:bold;
}
#banner {
	height: 80px;
}

.panel {
	clear: both;
	display: none;
	background-color: #ffffff;
	padding: 1em;
	border:1px solid #fcd025;
	width:650px;
	margin-left:10px;
}

fieldset {
	padding: 2em;
}

.panel.active-tab-body {
	display: block;
}
.bar {
	padding: 5px;
	background-color: #ffffff;
}

#tabs {
	position: absolute;
	top: 610px;
	/top:700px;
	height: 28px;
	margin-left:120px;
	/margin-left:-200px;
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #FCD025;
	text-decoration: none;
	color: #006bb7;
	font-weight:bold;
}

#tabs a.active-tab {
	background-color: #006bb7;
	border-top: 3px solid #666;
	padding-top: 3px;
	color: #fcd025;
}
