.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
}

.mootabs_title li {
	float: left;
	padding: 4px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-left: 5px;
	background: none;
	background-color: #eee;
	color: #666;
}

.mootabs_title li.active {
	z-index: 100;
	color: #000;
	background-color: #fff;
}

.mootabs_panel {
	display: none;
	background-color: #ddd;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	padding: 5px;
}

.mootabs_panel.active {
	background-color: #fff;
	border: 1px #ddd solid;
	display: block;
}

div#myTabs input, #myTabs textarea{
	width: 170px;
}

div#myTabs .checkboxGroup input{
	width: 20px;
}

div#myTabs input.submitButton{
	border: 1px solid #999;
	font-size:12px;
	width: 220px;
	margin-right: 10px;
	background-color: #ddd;
	margin-top: 30px;
}

input:focus, textarea:focus { 
	border: 2px solid #666; 
}

div#myTabs textarea{
	width: 250px;
	height: 100px;
}