.tabbed-pane * {
	margin: 0;
	padding: 0;
}
.tabbed-pane {
	width: 90%;
}
.tabbed-pane .tabs {
	list-style: none;
	clear: both;
	float: left;
	margin-bottom: -1px;
    	width: 100%;
}
.tabbed-pane .tabs li a.active {
	background: white;
	border-bottom: 1px solid white;
		text-decoration: none;
			color: #333333;
			 font-weight: bold;
}
.tabbed-pane .tabs li {
	float: left;
	margin: 0 3px 0 0;
		color: #333333;
}

.tabbed-pane .tabs li a {
	display: block;
	padding: 5px;
	background: #E5E5E5;
		text-decoration: none;
			color: #333333;
	/*border-color: #fff;
	border-style: solid;
	border-width: 1px;*/
}
.tabbed-pane .pane {
	border: 1px solid #fff;
	padding: 5px;
	clear: both;
	height: 100%;
	background: white;
	text-align: left;
		font-size: 9;
}
.tabbed-container {
	position: relative;
	clear: both;
	min-height: 10em;
}
.tabbed-container .overlay {
	position: absolute;
	clear: both;
	border: 1px solid #333;
	padding: 5px;
	width: 488px;
	top: 0;
	left: 0;
	background: white url(../images/progress_bar.gif) center center no-repeat;
	text-align: center;
	z-index: 100;
	height: 100%;
}