@charset "utf-8";
/* CSS Document */

/* FORM CONTATTI */

.campo_contatti {
	width: 45%;
	margin: 10px 10px 0 0;
	float:left;
}
.campo_oggetto {
	width: 100%;
	margin: 10px 0 0 0;
	float:left;
}
.campo_message {
	width: 100%;
	margin: 10px 0 0 0;
	float:left;
}

.campo_button {
	width: 92%;
}

.form, .message, .area {
	height: 25px;
	padding-left: 5px;
	border: 1px solid #eaeaea;
	font-family: "Gentium Basic", "Times New Roman", Times, serif;
	font-size: 16px;
	color: #626262;
	font-weight: normal;
	line-height: 21pt;
	background-color: #FFF;
	width: 100%;
}
#subject {
	width: 92%;

}
#message {
	height: 125px;
	overflow: auto;
	width: 92%;
}
/*
input:focus, input:hover, .message:focus, .message:hover, select:focus, select:hover  {
	border-color:#CCC;
	background-color: #f9f9f9;
}
#invio:hover, #reset:hover,#nl_invio:hover, #nl_reset:hover  {
	border-color:#CCC;
	background-color: #eeeeee;
}*/
.privacy {
	width: 92%;
	height: 40px;
	font-size: 11px;
	color: #626262;
	font-weight: normal;
	line-height: 10pt;
	margin-top: 10px;
	text-align: justify;
}
.checkbox  {
	float: left;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-top: 0px;
}

.campo_required {
	width: 110px;
	float: left;
	font-size: 11px;
	color: #626262;
	font-weight: normal;
	text-align: justify;
	margin-top:6px;
}
.campo_contatti .required, .campo_oggetto .required {
	border: 1px solid #F00;
	color:#C00;
}
.mess-required {
	border: 1px solid #F00 !important;
	color: #C00 !important;
}
.captcha-required {
	color: #C00;
}
.reqPrivacy {
	color:#C00;
}
#invio, #reset {
	color: #FFF;
	background-color: #40311c;
	font-family: "Gentium Basic", "Times New Roman", Times, serif;
	font-size: 16px;
	float: right;
	height: auto;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 2px;
	text-transform: uppercase !important;
	padding:3px 10px;
	border:1px solid #40311c;
}
#upload_process {
	z-index:100;
	position:absolute;
	visibility:hidden;
	text-align:center;
	width:45%;
	margin:0px;
	padding:0px;
	font-weight: bold;
	font-size: 10px;
}
#output {
	float: left;
    font-family: "Gentium Basic", "Times New Roman", Times, serif;
	font-size: 16px;
    height: 30px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
	font-weight:bold;
}

