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

/* FORM */
input {
	display:block;
	border:1px solid #d0c2ba;
	width:95%;
	background:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	color:#3e352f;
	font-weight:300;
	padding:8px;
	margin-bottom:0.6em;
	font-size:0.9em;
}

.bottone {
	display:block;
	border:none;
	width:40%;
	background:#9B8070;
	font-family: 'Roboto Condensed', sans-serif;
	color:#FFF;
	padding:6px;
	margin-top:20px;
	text-decoration:none;
	font-weight:bold;
}

.bottone:hover {  
	background:#59473d;
	cursor:pointer;
	text-decoration:none;
}


textarea {
	display:block;
	border:1px solid #d0c2ba;
	width:95%;
	height:150px;
	background:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	color:#3e352f;
	font-weight:300;
	padding:8px;
	margin-bottom:0.6em;
	resize:none;
	font-size:0.9em;
}

label {
	color:#ededed;
	font-weight:300;
	font-size:1.4em;	
}

.informativa {
	font-size:0.8em;
	line-height:1.4em;
	text-align:justify;
	color:#a69890;
	margin:10px 0;
}

.err {
	border:1px solid #E33E3E;
}