﻿/*
	Easy Form
	
	by Ecooo - marketing & web
*/
#contatto{
	position:relative;
	float:left;
	left:20px;
	margin-top:20px;
	width:350px;
	height:auto;
	padding-bottom:40px;
}
div#EasyForm p{
	line-height: 22px;
	color:gray;	
}
div#EasyForm label{
	cursor: pointer;
	color:#666;
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:gray;	/*colore label (voci)*/
}
div#EasyForm input.textbox {
	background:url('../images/grafica/easyform/field-bg.gif') repeat-x;
	border:1px solid #ffa341; /*colore bordo campi*/
	color:gray; /*colore testo campi*/
	font-size:13px;
	padding:3px;
	font:13px Verdana, "Trebuchet MS", "Tahoma", "Bitstream Vera Sans", Helvetica, sans-serif;
	width:200px;
	height:14px;
}
div#EasyForm textarea.textarea {
	background:url('../images/grafica/easyform/field-bg.gif') repeat-x;
	border:1px solid #ffa341; /*colore bordo campo messaggio*/
	color:gray; /*colore testo campo*/
	font-size:13px;
	padding:3px;
	width:300px;
	height:150px;
	line-height:20px;
	font:13px Verdana, "Trebuchet MS", "Tahoma", "Bitstream Vera Sans", Helvetica, sans-serif;
}
#radio_items{
	position:relative;
	float:left;
	width:70%;
	left:50px;
	height:auto;
	text-align:left;
}
#radio_items input{
	margin:5px 3px 0px 0px;	
}
#radio_items span{
	background:none; /*sfondo voce radio*/
	border:none; /*colore bordo voce radio*/
	color:orange; /*colore testo voce radio*/
	font-size:13px;
	margin:6px 13px 0px 0px;
	padding:3px;
	font:13px Verdana, "Trebuchet MS", "Tahoma", "Bitstream Vera Sans", Helvetica, sans-serif;
}

div#EasyForm input.button_invia{
	position:relative;
	float:right;
	right:0px;
	background: url('../images/grafica/easyform/invia.jpg') no-repeat left top; /*link bottone invia*/
	border:0px;
	margin:10px 0px 15px 0px;
	cursor:pointer;
	height:26px;
	width:77px;
	margin:0px;
	padding:0px;
}
div#EasyForm input.button_invia_eng{
	position:relative;
	float:right;
	right:0px;
	background: url('../images/grafica/easyform/send.jpg') no-repeat left top; /*link bottone invia*/
	border:0px;
	margin:10px 0px 15px 0px;
	cursor:pointer;
	height:26px;
	width:76px;
	margin:0px;
	padding:0px;
}
div#EasyForm input.button_invia_fr{
	position:relative;
	float:right;
	right:0px;
	background: url('../images/grafica/easyform/envoie.jpg') no-repeat left top; /*link bottone invia*/
	border:0px;
	margin:10px 0px 15px 0px;
	cursor:pointer;
	height:26px;
	width:76px;
	margin:0px;
	padding:0px;
}


div#EasyForm span.required{
	color: #d9710f;	/*colore asterisco*/
	font-weight: bold;
	font-size: 12px;
}

div#EasyForm p#legend_required{
	font-family: Tahoma;
	font-size: 11px;
	margin-top:-10px;
}

div#EasyForm div.errors {
	position:relative;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	width:453px;
	margin:15px 0px 15px 0px;
	margin-right:0px;
	display:none;
	padding:0px;	
	color: #5e9ad0;
	border:1px solid #5e9ad0;
}
div#EasyForm div.errors h4{
	position:relative;
	float:left;
	font-size:15px;
	padding:5px;
	width:453px;
}

div#EasyForm div.errors ol li {
	position:relative;
	float:left;
	left:0px;
	width:270px;
	margin-left:0px;
	padding-left:0px;
	list-style-type:disc;
}

div#EasyForm  .errors label.error {
	display: inline;
	color:#f87c12;
	line-height: 20px;
}

div#EasyForm div#msg{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

div#EasyForm span.msg_ok {
	color:#5495cd;
	font-weight:bold;
}

div#EasyForm span.msg_err {
	color: #5e9ad0;
	border: 1px solid #dd7777;
}

div#EasyForm  span.msg_ok, span.msg_err {
	display: block;
	padding: 20px;
}
#legend_required{
	height:30px;
	padding-top:15px;
}