﻿DIV.formContatti
{
	font: normal 1em Verdana, sans-serif;
	text-align: left;
}

DIV.formContatti ul
{
	background: transparent;
	margin: 0;
	padding: 0;
	list-style: none;
}
DIV.formContatti ul li
{
	margin: 0;
	padding: .4em .8em;
	background: #EEE;
	color: #fff;
	list-style: none;
	font: normal 0.9em Verdana, sans-serif;
	border-bottom: 1px solid #dadada;
}
DIV.formContatti ul li:hover
{
	color: #333;
	background: #DDD;
}
DIV.formContatti span.help
{
	float: right;
	width: 29%;
}

label
{
	display: block;
	font-weight: bold;
	margin: 0;
	font: normal 1em Verdana, sans-serif;
	color: #333;
	width: auto;
}
label.option
{
	margin: .2em;
	font: normal 1.2em/1.2em Verdana, sans-serif;
	width: 60%;
}
input
{
	padding: .2em;
	margin: 0;
	border: 1px solid #dadada;
	font: normal 1.1em Verdana, sans-serif;
	color: #333;
	background: #fafafa;
}
input.form-radio
{
	padding: 0;
	margin: 0 .2em 0 0;
	border: none;
}
textarea
{
	width: 66%;
	padding: .2em;
	font: normal 1.2em/1.2em Verdana, sans-serif;
	border: 1px solid #dadada;
	display: block;
	color: #333;
	background: #fafafa;
}
textarea.small-textarea
{
	height: 3em;
}
select
{
	padding: .2em 0;
	margin: 0;
	border: 1px solid #dadada;
	font: normal 1.5em Verdana, sans-serif;
	color: #333;
	background: #fafafa;
}
option
{
	display: block;
	padding: .1em;
	margin: 0;
	font: normal 1em Verdana, sans-serif;
	color: #333;
	background: #fafafa;
}
input:focus, input:active, textarea:focus, textarea:active, select:focus, select:active
{
	border: 1px solid #f3a251;
	background: #ffeddc;
}
input.button
{
	margin: .3em;
	padding: .25em .3em;
	border: 1px solid #f3a251;
	background: #ffeddc;
	font: normal 1.5em Verdana, sans-serif;
	cursor: pointer;
}
input.button:hover
{
	background: #f3a251;
	color: #fff;
}

