
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 35px;
}

.mootabs_title li {
background-color: #ddd;
cursor:pointer;
float:left;
height:35px;
margin-right:2px;
padding:0 5px;
}
.mootabs_title li.active {
	background-color: #e6e6e6;
}

.mootabs_panel {
	display: none;
	background-color: #ddd;
	position: relative;
	top: -1px;
	clear: both;
	overflow: auto;
}

.mootabs_panel.active {
	background-color: #e6e6e6;
	display: block;
	overflow:hidden;
}
h1 {
	font-size:18px;
	margin:8px;
}
