/* ---------------------------------------------------------------- 
 *  RESETS
 * ---------------------------------------------------------------- 
*/ 

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


#scrivi{
	
	margin: 30px;
	font-family: Helvetica;		
	float:left;}

#scrivi input{margin-left:20px;}
#scrivi p{
	text-align: right;
	margin-right: 20px;	  	}

#why {
	float:left;
	font-family: Helvetica;
}


h1 {text-align:left;
	text-transform: uppercase;
	display: block;
	font-size: 25px;
	line-height: 100px;
	}
	
h2 {text-align:center;
	font-weight: bold;
	line-height: 25px;}
	
.consigli {
	list-style: circle;
	list-style-position: inside;
	line-height: 30px;
	}
	
fieldset {
	border: 1px solid #000;
	width: 350px;
	background: url(../images/logo.png) no-repeat 25px 30px;
	}

legend {
	color: #fff;
	background: #ccc;
	border: 1px solid #000;
	padding: 2px 6px;
	margin-left:20px;
	}
	
.corsivo{font-style: italic;}



