#tabs{
	padding:1px;
	border:1px solid #b2b2b2;
}
#tabs .tab_content{
	padding:20px;
}
#tabs .tab_content td{
	vertical-align:top;
	padding:2px 0 2px 0;
}
#tabs .tab_content input.txt{
	width:190px;
	border:1px solid #a3b5a5;
	height:16px;
	padding:1px 0px 1px 0px;
}
#tabs .tab_content select,#tabs .tab_content input.txt{
	width:250px;
}
#tabs .tab_content textarea{
	width:250px;
	height:50px;
}
#tabs .tab_content{
	background:url("../img/tab_gradient_back.gif") repeat-x ;
}

#tabs .tab_button_container {
	position:absolute;
	left:50px;
	top:-30px;
	padding:1px 1px 0 1px;
	border:1px solid #d9d9d9;
	border-bottom:none;
}
#tabs .tab_button{
	padding-top:5px;
	text-align:center;
	color:#737471;
	height:22px;
	cursor:pointer;
	display:block;
	text-decoration:none;
}
#tabs .tab_button_container.active{
	position:absolute;
	left:50px;
	top:-36px;
	padding:1px 1px 0 1px;
	border:1px solid #b2b2b2;
	border-bottom:none;
	background:#fff;
}

#tabs .tab_button_container.active .tab_button{
	padding-top:7px;
	background:#ebebeb;
	height:28px;
	font-weight:bold;
	color:#1e5a2b;
}
