
legend {
	color: #F2F2F2;
}


.panel {
	clear: both;
	display: none;
	background-color: #ffffff;
	padding: 8px;
	margin-top: -3px;
	border-right: 1px solid #95A5B2;
	border-bottom: 1px solid #95A5B2;
	border-left: 1px solid #95A5B2;
	font-size: 10px;
}

fieldset {
	padding: 2em;
}

.panel.active-tab-body {
	display: block;
	
}

.bar {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #95A5B2;
	padding-top: 4px;
}
.tabs {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 5px;

}

.tabs li {
	float: left;
		display: block;

	
}
.final {
	float: left;
	text-decoration: none;
	z-index: 2;
	font-weight: bold;
	background: url(../images/tab.png) no-repeat;
	background-position: 100% -100px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 3px;
}

.tabs a {
	float: left;

	text-decoration: none;
	color: #27537a;
	
    z-index: 2;
    padding-left: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
	padding: 5px 8px;;
    background: url(../images/tab.png) no-repeat;
	
}

.tabs a.active-tab {

	background: url(../images/tab.png) no-repeat;
    background-position: 0 -50px;
	color: #27537a;
	margin-bottom: -3px;
		border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

.tabs a:hover {
	background-color: #33ddfe;
	background: url(../images/tab.png) no-repeat;
    background-position: 0 -50px;
	color: #27537a;
	margin-bottom: -3px;
}