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

body {
	margin:0;
	}

.form {
	font-size: 13px;
}

fieldset#form {
border: none;
}

#form #nome, #form #cognome, #form #citta, #form #telefono, #form #fax, #form #email, #form #provincia{
background: url(../images/input_bg.png) no-repeat top left;
border: 1px solid #d0d0d0;
width: 192px;
height: 19px;
padding: 2px;
color: #222222;
font-size: 14px;
}

#form #messaggio {
background: url(../images/text-box.gif) repeat-x top;
border: 1px solid #d0d0d0;
width: 450px;
height: 165px;
padding: 2px;
color: #222222;
font-size: 14px;
}

.messaggio {
	font-size: 14px;
	font-weight: bold;
}

#wrapper {
	height:500px;
	position:absolute;
	top:50%;
	margin-top:-250px;
	width:100%;
	}
