@CHARSET "UTF-8";
body {
	font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
}
.head {
	font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;	
	font-size: 38px;
	line-height: 42px;
	color: #FF6B00;
	text-transform:uppercase;
	text-decoration: underline;
}

.subhead {
	color: OliveDrab;
	font-size: 22px;
	font-weight: normal;
	text-transform: capitalize;
}
.domanda {
	color: RED;
	font-size: 16px;
	font-weight: bold;
}
.ordine {
	color: RED;
	font-size: 24px;
	font-weight: bold;
}
.dettagli { /*border:2px dashed black;*/
	padding: 10px;
}

.modulo {
	align:center;
	background-color:#F5DEB3;
	 border: 1px solid orange;
	padding: 20px;
}

.yes {
	font-size: 20px; font-weight : bold;
	color: DARKSLATEBLUE;
	font-weight: bold;
}
.privacy {
	font-size: 10px;

}
.text {
	text-align: justify;	
	width:100%;
}
.slogan {
	text-align: center;
	line-height: 30px;	
	width: 800px;
}

.list {
	list-style-type: none;
}

.caption {

}
.fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}
.input, .textarea, .select{
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

.textarea{ overflow: auto; }

.small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
.required{
	font-weight:bold; 
	color:red;
	line-height: 40px;
	font-size: 16px;
} 
.requiredOutline {
	border: 1px solid #ff0000;
}
.forminput {
	height: 25px;
}
h3.adwords {
color: black;
}
h2.adwords {color: black;}

.linksss a:visited,.linksss a,.linksss a:link,.linksss a:hover {color: blue; font-size:20px;text-decoration:underline;}
