body {
	color: #333;
	padding: 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}


.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
.field-widget input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #000;
}

.validation-advice {
	margin: 5px 0px 5px 5px;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bolder;
	text-transform: lowercase;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {
	width: 25%;
	float: left;
	text-align: right;
	background-color: #FFFFFF;
	color:#0B0B0B;
	font: normal 18px/24px Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	margin-right: 2%;

}

.field-widget {
	width: 73%;
	float: left;
	text-align: left;

}
.field-widget2 {
	width: 73%;
	float: right;
	text-align: left;
}
.field-widget input {
	background-color:#EFEBDE;
	color:#0B0B0B;
	border:#C3BCA4 1px solid;
	height:24px;
	padding:0px;
	margin:0px;
	font: normal 18px/24px Georgia, "Times New Roman", Times, serif;
	text-indent: 5px;
}
.field-widget input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}
.registrati2 {
	margin: 20px 0px 10px 0px;
	width: 200px;
	display: block;
	text-align: center;
	line-height: 20px;
	background-color:#EFEBDE;
	color: #A60101;
	font: normal 16px/20px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #eee;
}
a.registrati2 a.registrati2:hover, a.registrati2:active{
	margin: 20px 0px 10px 0px;
	border:1px solid #dedede;
	border-bottom:2px solid #eee;
	border-right:2px solid #eee;
	width: 200px;
	display: block;
	text-align: center;
	line-height: 20px;
	background-color:#EFEBDE;
	color: #A60101;
	font: normal 16px/20px Georgia, "Times New Roman", Times, serif;
}
.invia {
	width: 200px;
	height: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: bolder;
	color: #006633;
	cursor: pointer;
	text-transform: uppercase;
}
.field-widget2 .cancella {
	width: 200px;
	height: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: bolder;
	color: #CC0000;
	cursor: pointer;
	text-transform: uppercase;
}
.field-widget2 input {
}
.field-widget2 input.validation-passed, textarea.validation-passed {
}

