@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Nunito', sans-serif;
	font-weight: normal;
	font-size: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: #fff;
	margin-bottom: 0px;
	background-color: #2C7387;
	text-transform:uppercase;
	background-image:url(../../img/bg-sito.png);
	background-repeat:repeat-x;
}
form {
	margin: 0px;
	padding: 0px;
}
.message_mail_ok
{
    margin: 10px !important;
    padding: 10px !important;
    background-color: #97F797;
    color: #005E0F;
    text-align: center;
    width: auto !important;
}
.message_mail_ko
{
    margin: 10px !important;
    padding: 10px !important;
    background-color: #EBF797;
    color: #FD4700;
    text-align: center;
    width: auto !important;
}
.campiformulario {
	font-size: 15px;
	padding: 2px;
	border: 1px solid #fff;
	border-radius: 5px;
	font-family: 'Nunito', sans-serif;
	color:#999;
	width:100%;
}
.campiformulario_2 {
	font-size: 15px;
	padding: 2px;
	border: 1px solid #fff;
	border-radius: 5px;
	font-family: 'Nunito', sans-serif;
	color:#999;
	width:80px;
	float: left;
}
.campiformulariobig {
	font-size: 15px;
	padding: 2px;
	border: 1px solid #fff;
	border-radius: 5px;
	font-family: 'Nunito', sans-serif;
	color:#999;
	width:300px;
	max-width:300px;
	min-width:300px;
	height:100px;
	mah-height:100px;
	min-height:100px;
}


input.campiformulario:focus {
	background-color: #2C7387;
	color: #FFF;
}
.formboxclear {
	clear: left;
	height: 10px;
}
.formboxcampileft {
	float: left;
	height: 30px;
	width: 220px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-left: 20px;
}

#formtitolo {
	width: 480px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bolder;
	text-align: left;
}
#formsottotitolo {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	text-transform: uppercase;
	font-size: 20px;
}
#formtitolo {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	text-transform: uppercase;
	font-size: 15px;
	clear: both;
	width: 100%;
}
#formcontenitore {
	width: 640px;
	margin: 37px;
}
textarea.campiformulario:focus {
	background-color: #2C7387;
	color: #FFF;
}
.formboxcampright {
	float: left;
	height: 30px;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	line-height: 30px;
}
.formboxcampidettaglio {
	float: left;
	height: 30px;
	width: 50px;
	padding-top: 10px;
	line-height: 30px;
	margin-left:10px;
	font-size: 10px;
}
.formboxcampidettaglio_2 {
	float: left;
	height: 30px;
	width: 160px;
	padding-top: 10px;
	line-height: 30px;
	margin-left:10px;
}
.formboxcamprightbig {
	float: left;
	height: 115px;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	font-size: 10px;
}
.formboxcampileftbig {
	float: left;
	height: 115px;
	width: 220px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-left: 20px;
}
#formboxerrore {
	color: #FF0000;
	font-weight: bolder;
	text-align: center;
}
#formboxtorna {
	font-weight: normal;
	margin-top: 10px;
	text-align: center;
}
#formboxok {
	font-weight: bolder;
	margin-top: 10px;
	color: #009900;
	text-align: center;
}
#contenuto_form {
	min-height: 200px;
	width: 540px;
	margin:0px auto;
	padding:20px;
}
.box_cont_dettaglio {
	background-color:#333;
	clear: both;
	height: 40px;
	margin-bottom: 5px;
	border-radius: 10px;
	margin-top: 5px;
	}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #EDB9D0;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}