@charset "utf-8";
/* CSS Document */

#theform {
	background-color: #FFFFFF;
	width: 900px;
	}
#theform fieldset {
	height: 300px;
	width: 275px;
	border: 0;
	margin: 0;
	padding: 5px;
	float: left;
	}
#theform fieldset legend {
	font-size: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF9900;
	}

fieldset#pt1 legend, fieldset#pt1 h3 {
	color: #FAD7EB;
}
fieldset#pt2 legend, fieldset#pt2 h3 {
	color: #D280AD;
}
fieldset#pt3 legend, fieldset#pt3 h3 { color: #aa4079;}

#theform fieldset legend span {
	display: none;
	}
#theform fieldset h3 {
	font-size: 13px;
	}
#theform fieldset div.help {
	color: #FFFF99;
	font-size: 10px;
	font-weight: bold;
	}
#theform fieldset label {
	font-size: 11px;
	display: block;
	width: auto;
	}
#theform fieldset input {
	font-size: 12px;
	height: 20px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 4px;
	padding-left: 4px;
	border-bottom: 	1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;	
	}
	
#theform fieldset textarea {
	color: #666666;
	padding-top: 4px;
	padding-left: 4px;
	font-size: 12px;
	width: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 	1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	}
	
#theform fieldset checkbox { border: none; float: left;}
	
/* Error Styling */
#theform fieldset.error,
#theform fieldset.error legend,
#theform fieldset.error div.help {
	color: #aa4079;
	}
#theform fieldset strong.error {
	color: #ffffff;
	background-color: #CC0000;
	padding: 3px;
	font-size: 10px;
	font-weight: bold;
	display: block;
	}

/* Part 4 Styling */
#theform #pt4 {
	clear: both;
	width: 38em;
	height: 20px;
	border: 10px solid #aa4079;
	border-width: 10px 0;
	padding: 2px;
	}
#theform #pt4 legend {
	display: none;
	}
#theform #pt4 h3 {
	display: none;
	}
#theform #pt4 #disclaimer {
	width: 22em;
	float: left;
	font-size: 10px;
	}
#theform #pt4 input {
	height: 20px;
	font-size: 12px;
	color: #666666; 
	background: #f3f3f3;
	font-weight: bold;
	border-bottom: 	1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;	
	float: right;
	}

#copyright {
	clear: both;
	padding: 0.5em;
	font-size: 0.8em;
	color: #9F9F00;
	font-style: italic;
	}
	
.privacy {
	color: #999999;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
}
label.trattamento_dati { color: #aa4079;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 12px;}
	
select { border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 12px;
	color: #666666;
}

#theform fieldset input.inviadati{ border: none;}
.border-bottom { border-bottom: 1px solid #cccccc;}
