.tabCtrl-wrapper {
	margin: 2em 0 1em;
}
.tabCtrl ul {
	margin: 0;
}
.tabBar {
	padding: 0;
	margin: 0 0 0 10px	;
}
.tabBar a {
	display: inline-block;
	margin-left: 6px;
	background: #b3ba5a url('../images/tablabel_bg.gif') repeat-x;
	color: white;
	padding: 5px 10px;
	position: relative;
	top: 1px;
}
.tabBar a.tabLabel.selected {
	background: white;
	color: #b3ba5a;
	border: 1px solid #b3ba5a;
	border-bottom-color: white;
	text-decoration: none;
}
.tabContent {
	border: 1px solid #b3ba5a;
}
.tabContent .tabContent-wrapper {
	background: url('../images/tabpage_bl.gif') 0 100% no-repeat;
	position: relative;
	left: -1px;
	top: 1px;
}
.tabContent .tabContent-wrapper2 {
	background: url('../images/tabpage_br.gif') 100% 100% no-repeat;
	position: relative;
	left: 2px;
	top: 0;
	padding: 15px 20px 20px;
}
.tabPage {
}
