
div#container {
	width:570px;
}
.tabs {
	width:127px; /*135*/
	height:8px; /*16*/
	font-size:10px;
	padding:4px 4px 4px 7px ;
	text-align:center;
	float:left;
	cursor:pointer;
	/*border:1px solid #cccccc;*/
	border-bottom:0;
	background:url(../../images/tab1_off.gif) top left no-repeat;
}
.tabs:hover
{
	background:#FFFFFF;
	color:#4C4C4C;
	background:url(../../images/tab1_on.gif) top left no-repeat;
}
.tabs_active {
	width:127px; /*135*/
	height:8px; /*16*/
	font-size:10px;
	padding:4px 4px 4px 7px ;
	text-align:center;
	float:left;
	cursor:default;
	/*border:1px solid #cccccc;*/
	border-bottom:0px;
	background: url(../../images/tab1_active.gif) top left no-repeat;
}

div#content {
	height:200px;
	clear:both;
	background:#4C4C4C;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	text-align:center;
}
div#innercontent
{
	padding-top:10px;
	text-align:left;
	width:400px;
}
div#load {
	/*position:absolute;
	left:0;
	top:0;*/
	width:570px;
	height:20px;
	background-color:black;
	color:white;
	display:none;
}
