.tab_container {
	margin:5px 0 25px 0;
	width:492px;
	height:310px;
	border:#C3123B solid 1px;
}

.tab_buttons{
	height:29px;
	background:#FFF;
}

.tab_buttons a{
	text-align:center;
	float:left;
	width:122px;
	height:29px;
	margin-right:1px;
	font-weight:bolder;
	font-size:14px;
	line-height:29px;
}
.tab_buttons a:hover{ color:#F99; }

.tab_unselected { background:#C3123B;color:#FFF; }
.tab_selected { background:#FFF;color:#C3123B; }

.tab_panels .tab{ padding:25px;height:231px;overflow:auto; }
.tab_panels .tab_hide{ display:none; }
