form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
	float: left;
	width: 350px;
}


	/* ----------- stylized ----------- */
	#stylized{
	font-family: "Lucida Sans Unicode", Arial, sans-serif;

	}
	#stylized h1 {

	}
	#contatti p{
	font-size:11px;
	color:#666666;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9c9989;
	line-height: 12px;
	padding-left: 5px;
	}
	#stylized label{
	display:block;
	text-align:right;
	width:140px;
	float:left;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 13px;
	color: #403D2D;
	}
	#stylized .small{
	color:#666666;
	display:block;
	font-size:10px;
	font-weight:normal;
	text-align:right;
	width:140px;
	}
	#stylized input{
	float:left;
	font-size:11px;
	padding:4px 2px;
	border:1px solid #A9A393;
	width:180px;
	margin:2px 0 20px 10px;
	background-color: #f8f8f8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	}
	#stylized button{
	width:125px;
	height:25px;
	text-align:center;
	line-height:25px;
	color:#403D2D;
	font-size:11px;
	font-weight:bold;
	clear: both;
	margin-right: 25px;
	background-image: url(../immagini/btn_form.gif);
	background-position: 0px 0px;
	}

#stylized textarea {
	float:left;
	padding:4px 2px;
	border:1px solid #A7A493;
	width:180px;
	margin:2px 0 20px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f8f8f8;
	font-size: 11px;
	color: #666666;
}

