.clear {clear:both;}

#tabcontainer {
	width:500px;
	margin-top:20px;
}

#tabcontainer #tabs {
	position:relative;
	float:left;
	z-index:10;
	margin-top:10px;
	width:120px;
	height:1%;
}

#tabcontainer #tabs li {
	background:#eee;
	color:#444;
	width:110px;
	display:block;
	background:url(img/side-tab-bg-off.gif) no-repeat;
	border:none;
	cursor:pointer;
	padding:3px 0px 0px 13px;
	margin:0px 0px 5px 0px;
	font-size:11px;
	font-family:trebuchet ms,verdana,arial,helvetica,sans-serif;
	font-weight:normal;
	height:24px;
	letter-spacing:0px;
	text-align:left;
}

#tabcontainer #tabs li.activesubmit, #tabcontainer #tabs li.activesubmit:hover {
	background:#fff;
	font-weight:bold;
	width:120px;
	border-right:#fff 1px solid;
	border:none;
	color:#0033CC;
	background:url(img/side-tab-bg.gif) no-repeat;
	padding:3px 0px 0px 10px;
	cursor:default;
}

#tabcontainer #tabs li:hover {
	color:#0033CC;
	background:url(img/side-tab-bg-hov.gif) no-repeat;
}

#tabcontainer #tabformcontent {
	position:relative;
	float:left;
	padding:6px 10px;
	margin:0px 0px 0px -1px;
	border:#765 1px solid;
	position:relative;
	background:#fff url(img/tabcontent-bg.png) no-repeat right bottom;
	min-height:200px;
	z-index:0;
	width:300px;
}


#tabcontainer #tabformcontent h1 {
	font-family:lucida sans unicode,trebuchet ms,Verdana,Arial,Helvetica,sans-serif;
	color:rgb(87, 87, 119);
	border-bottom:rgb(225, 225, 225) 2px solid;
	margin-bottom:4px;
	font-size:1.3em;
	text-align:right;
	padding-right:20px;
}

#tabcontainer #tabformcontent p {
	margin:10px 2px 16px 2px;
}