#myTabs {
margin-bottom:46px;
}
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 20px;
	
}
.mootabs_title li {
float: left;
height:18px;
background:url(label_left.png) top left no-repeat;
padding: 2px 0px 0px 14px;
margin: 0px;
font-size:13px;
overflow:hidden;
cursor: pointer;
font-weight:bold;
}
.mootabs_title span {
background: url(label_right.png) top right no-repeat;
padding: 2px 14px 0px 0px;
margin: 0px;
overflow:hidden;
vertical-align: baseline;
}

.mootabs_title li.active {
background:url(label_left.png) 0px -26px no-repeat;
}
.mootabs_title li.active span {
	color:#fdc31d;
background: url(label_right.png) 100% -26px  no-repeat;
}
.mootabs_panel {
	display: none;
	position: relative;
	width: 508px;
	top: -1px;
	font-family: "Trebuchet MS";
	clear: both;
	overflow: hidden;
	padding: 5px;
	clear:both;
}

.mootabs_panel.active {
	display: block;
	
}

.mootabs_title li.over {
background:url(label_left.png) 0px -26px no-repeat;
}
.mootabs_title li.over span {
	color:#fdc31d;
background: url(label_right.png) 100% -26px  no-repeat;
}
#motore input {
width:130px;	
}
#motore select {
width:130px;	
}
#Home, #Profilo, #Contatti {
height: 100% !important;
padding: 0px !important;
clear:both;
width:518px !important;
}
