/* messaggi del form invio contatti */

#success {
	color: #00A000;
	font-family: Arial;
	text-align: left;
	font-weight: bold;
}

#error {
	color: #A00000;
	font-family: Arial;
	text-align: left;
	font-weight: bold;
	font-size: 22px;
}

.contacts {
	max-width: 500px;
}

.contacts form label {
	line-height: 55px;
	font-size: 22px;
	text-align: left;
	display: inline-block;
}

.contacts form input[type=submit] {
	margin: 30px 0 0 0;
	font-size: 22px;
}

.captcha {
	display: block;
	/*grid-auto-columns: auto auto;*/
	height: 60px;
	max-width: 400px;
}


.contacts form .captcha img {
	width: 150px;
	vertical-align: bottom;
	margin-right: 20px
}

.contacts form .captcha input[name="usercaptcha"] {
	width: 120px;
	vertical-align: bottom;
}

.contacts form input,
.contacts form textarea {
	background: white;
	border: 1px solid #ffa853;
	border-radius: 5px;
	box-shadow: 0 0 2px 2px #ffa853;
	color: #666;
	outline: none;
	height: 35px;
	width: 100%;
	font-size: 25px;
}

.contacts {
	border-spacing: 0px 20px;
	border-collapse: separate;
	padding: 20px;
}

.contacts form input[type=submit] {
	height: 40px;
	width: 160px;
	font-size: 22px;
}

.contacts form textarea {
	height: 160px;
}