/* CSS document */

#col1 {
	background: url('background-contatti.gif') no-repeat top;
	height: 500px;
}

form {
	padding: 0.5em;
}

p {
	
	padding: 0.5em;
	font-size: 95%;
}

.errore label {
	color: #900;
}

.errore input,
.errore select,
.errore textarea {
	border:1px solid #900;
	background: #EE9;
}


.form p, .form h3 {
	margin: 1em;
	clear: both;
}

label {
	display: block;
	width: 180px;
	text-align: right;
	margin-right: 20px;
	float: left;	
}

fieldset {
	margin: 1em 0 0 0; 
	border: 0px solid #efef99;
}

legend {
	display: none;
}

input, select, textarea {
	border:1px solid #73848C;
	background: #EFEFE4;
}

input.pulsante {
	border: none;
	width: 100px;
	height: 30px;
	background: url(background-button.gif) no-repeat;
}


