.tabbox {width:100%; position:relative; margin:0px; padding:0px; }

ul.tabs {width:100%; list-style:none; background:none; border:none; margin:0; padding:0px; border-bottom:1px solid #dcdcdc; }

.tabs li {z-index:2; width:140px; float:left; display:inline; margin:0; margin-right:4px; padding:20px; cursor:pointer; border:1px solid #898989; border-bottom:none; -moz-border-radius: 3px 3px 0px 0px; -webkit-border-radius: 3px 3px 0px 0px; border-radius: 3px 3px 0px 0px; background-color:#6a685a; color:#ded4a5; font-size:1.2em; text-align:center; }
ul.tabs li.current{position:relative; top:1px; border:1px solid #979ba0; border-bottom:none; background:#fff; color:#c70000; }

.box {
	display: none;
	border:1px solid #979ba0;
	margin:0; margin-bottom:20px;
	padding: 13px;
	clear:both;
	background:#fff;
	height:400px; overflow:auto;
}

.box.visible {
	display: block;
	border:1px solid #979ba0;
	margin:0; margin-bottom:20px;
	padding: 13px;
	clear:both;
	background:#fff;
	height:400px; overflow:auto;
}

