.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	display: block;
	float: left;
	width: 140px;
	text-align: center;
	height: 24px;
	font-size: 1.1em;
	text-decoration: none;
	padding: 7px 10px 0 5px;
	margin: 0 0 0 5px;
	display: inline;
	background:#505A60;
	color:white;
	
}

.mootabs_title li.active {
	display: block;
	float: left;
	width: 140px;
	background:#F7F3F7;
	color:black;
	text-align: center;
	height: 24px;
 	font-size: 1.1em;
	
	padding: 7px 10px 0 5px;
	margin: 0 0 0 5px;
	display: inline;
	
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 611px;
	background: #505a60 url(../siteimages/bg_panel.gif) 0 0 repeat-x;
	border-left: 2px solid #989ea3;
	border-right: 2px solid #989ea3;
	border-top: 2px solid #989ea3;
	border-bottom: 2px solid #989ea3;
	top: -1px;
	clear: both;
	overflow: auto;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.mootabs_panel.active {
	background-color: #505A60;
	display: block;
 
}
 
.mootabs_panel td {
	width: 25%;
	padding: 3px;
 
}

.mootabs_panel td input, #mootabs_panel td textarea,#mootabs_panel td select {
	color: #1d2327;
	width: 220px;
	font-size: 1em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	border: 1px solid #d8d8d8;
	padding: 3px;
	margin: 0 5px 0 0;
}

 
.mootabs_panel td textarea {
	overflow: auto;
}
.mootabs_panel td select option {
	padding: 0 5px;
}
.mootabs_panel td .btn { /* Submit */
	border: 0;
	color: #1d2327;
	background: #ccdc00;
	border: 2px solid #fff;
	width: auto;
	font-weight: bold;
	font-size: 0.9em;
	margin: 0 0 5px 0;
	cursor: pointer;
}

.moo_header {
	text-align:left;
	padding: 3px;
}

.contact_header {
	text-align:left;
	padding: 3px;
}

.moo_label {

width:150px;

}
