*:focus {
outline: 0;
}

body {
	padding: 0px;
	margin: 0px;
	background: url(back.png) repeat;
}
#container {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -150px;
	display: block;
	
	
	}
#mailform {
	background: #cccfd2;
	/*border: 1px solid #ccc;*/
	border: none;
	
		-webkit-border-radius: 5px;
	width:100%;
	padding: 8px;
	font-family: 'Gill Sans', Helvetica, sans;
	font-size: 11px;
    }
#infos {
	width: 300px;
	margin: auto;
	padding: 26px 30px;
	text-align: center;
	line-height: 18px;
	background: #e7edf3;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 3px 3px #1b2126;
}		
#descrizione {
    text-align: justify;
    font-family: 'Gill Sans';
    font-size: 11px;
    color: #1b2126;
        
}
#linkbottom {
    text-align: center;
    font-family: 'Gill Sans';
    font-size: 11px;
    color: #1b2126;
        
}
#titolo {
	font-family: 'Gill Sans', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 22px;
	color: #1b2126;
	/*text-shadow: 0px 1px 0px white;*/
}


form {
	padding: 0;
	margin: 0;
}

#buttoncenter {
	position: absolute;
	width: 255px;
	margin-top: -3px;
}

textarea {
width: 100%;
/*border: 1px solid #ccc;*/
border: none;
margin-bottom: 3px;
-webkit-border-radius: 6px;
padding: 6px;
background: #cccfd2;
}
input:focus {
background: #b7b9bc;
}

textarea:focus {
	background: #b7b9bc;
}

input {
width: 100%;
/*border: 1px solid #ccc;*/
border: none;
margin-bottom: 3px;
-webkit-border-radius: 6px;
padding: 6px;
background: #cccfd2;
margin-left:auto; margin-right:auto;
}
.pulsante:hover {
	background: #b7b9bc;
	}

.pulsante:active {
	background: #292e32;
	color:white
		}
		