legend {
	color: #F2F2F2;
}
#banner {
	background-color: #7B68EE;
	height: 80px;
}

.panel {
	clear: both;
	display: none;
}

fieldset {
	padding: 2em;
}

.panel.active-tab-body {
	display: block;
}
.bar {
	background-color: #3e3e3e;
}

#tabs {
}

#tabs li {
    width:230px;
    float:left;
    cursor:pointer;
}

#tabs a {
}

#tabs a.active-tab {
}
