.tabbed-pane * {
	margin: 0;
	padding: 0;
}
.tabbed-pane {
	width: 500px;
}
.tabbed-pane .tabs {
	list-style: none;
	clear: both;
	float: left;
	margin-bottom: -1px;
}
.tabbed-pane .tabs li a.active {
	background: white;
	border-bottom: 1px solid white;
}
.tabbed-pane .tabs li {
	float: left;
	margin: 0 3px 0 0;
}

.tabbed-pane .tabs li a {
	color: #336699;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #e3e3e3;
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 1px;
}
.tabbed-pane .pane {
	border-top: 1px solid #C0C0C0;
	padding: 5px 5px 5px 10px;
	clear: both;
	height: 100%;
}
.tabbed-container {
	position: relative;
	clear: both;
	min-height: 10em;
}
.tabbed-container .overlay {
	position: absolute;
	clear: both;
	border: 0px solid #C0C0C0;
	padding: 5px;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 100;
	height: 100%;
}