@CHARSET "UTF-8";
/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
	border:0pt none;
	font-family:inherit;
	font-size: 100%;
	font-weight:inherit;
	margin:0pt;
	padding:0pt;
	font-size: 12px;
	font-weight:100px;
	vertical-align:baseline;
}
body{
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	font-weight:100px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0pt;
	cursor: default;
	text-align: left;
}
html,body{
	height:100%;
	text-align: center;
}
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
a{
	text-decoration: none;
	text-align: center;
	color: #33cc00;
	font-size:18px;
	font-weight:500px;
}
strong{
	font-weight: 600;
}
/******* GENERAL RESET *******/
h1{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2em;
	border-bottom: 1px dotted #6b9ef1;
	color: #5f95ef;
	margin-bottom: 1em;
}
/******* LOGO *******/
#logo{
	margin-top: 1em;
	display: block;
}
/******* /LOGO  *******/
/******* CONTAINER *******/
#container{
	width: 700px;
	margin: 40px auto;
	text-align: left;
}
/******* /CONTAINER *******/
/******* FORM *******/
#customForm{
	padding: 0 10px 10px;
}
#customForm label{
	display: block;
	color: #333333;
	font-weight: 100;
	font-size:14px;
	line-height: 1.4em;
}
#customForm input{
	width: 400px;
	height:18px;
	padding: 6px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #cecece;
}

#customForm select{
	width: 414px;
	height:34px;
	padding: 6px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #cecece;
}

#customForm input.sod{
	width: 30px;
	padding: 6px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}
#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm textarea{
	width: 550px;
	height: 80px;
	padding: 6px;
	color: #adaeae;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #cecece;
}
#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm div{
	margin-bottom: 15px;
}
#customForm div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#customForm div span.error{
	color: #e46c6e;
}
#customForm #send{
	background: #6f9ff1;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
	width: 234px;
}
button{
	background: #FF6347;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	font-size: 11px;
	border: 0;
	cursor: pointer;
	width: 234px;
	height: 25px;
}
#customForm #send:hover{
	background: #79a7f1;
}
button:hover{
	background: #FF5031;
}
#error{
	margin-bottom: 20px;
	font-size:15px;
	color: #000;
}

#testo1
{
font-weight:200;
font-size:16px;
color:Gray;
line-height:20px;
text-transform:uppercase;
}
#text{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #33cc00;
}
#error.valid ul li strong{
	color: #33cc00;
}
/******* /FORM *******/
