#auto_open_tab {
	width:680px;
	font-size: 12px;
	line-height: 150%;
}
.tab_header{
	text-align: center;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	padding: 3px;
	background-color: #6699FF;
}
.tab_header:hover{
	background-color: #FF6699;
}
.tab_header_highlight{
	background:#FF6699;
}
.tab_container *{
	float:left;
	width:162px;
	margin-bottom: 3px;
	font-size: 16px;
	font-weight: bold;
}
.in_tab_container	{
		background:#FFFFFF;
	width: 676px;
	border: 1px solid #FF9900;
}

