/* Import Fonts */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);


.testo {
	font-family: 'Oswald', sans-serif;
	font-size: 34px;
	color: #ffffff;
	margin-top: 16px;
	text-align: center;
	text-shadow: 1px 1px #4b4b4b;
}


.testos {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: #e3e3e3;
	margin-top: -6px;
	text-align: center;
	text-shadow: 1px 1px #4b4b4b;

}








.campo {
border-color: rgb(177, 105, 49);
width: 300px;
display: block;
height: 40px;
border-radius: 5px 5px 5px 5px;
padding-left: 10px;
border: 1px solid rgb(98, 112, 134);
font-family: "Arial",Georgia,serif;
font-weight: 500;
font-style: normal;
font-size: 15px;
box-shadow: -1px 1px 1px rgba(69, 80, 99, 0.2) inset;
background-color: #b1bfd4;
color: #374354;

}


.campo:hover {
border-color: rgb(177, 105, 49);
width: 300px;
display: block;
height: 40px;
border-radius: 5px 5px 5px 5px;
padding-left: 10px;
border: 1px solid rgb(98, 112, 134);
font-family: "Arial",Georgia,serif;
font-weight: 500;
font-style: normal;
font-size: 15px;
box-shadow: -1px 1px 1px rgba(69, 80, 99, 0.2) inset;
background-color: #e3e9f4;
color: #374354;
}
	
	
	
	
.zasubmit{
border-color: rgb(177, 105, 49);
width: 310px;
display: block;
height: 40px;
background-color: #c10037;
color: #ffffff;
border-radius: 5px 5px 5px 5px;
margin-bottom: 12px;
padding-left: 10px;
border: 1px solid rgb(137, 6, 6);
font-family: "Arial",Georgia,serif;
font-weight: 800;
font-style: normal;
font-size: 15px;
text-transform: uppercase;
box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2) inset;
}




.zasubmit:hover{
border-color: rgb(177, 105, 49);
width: 310px;
display: block;
height: 40px;
background-color: #a4012f;
color: #ff7272;
border-radius: 5px 5px 5px 5px;
margin-bottom: 12px;
padding-left: 10px;
border: 0px solid rgb(255, 255, 255);
font-family: "Arial",Georgia,serif;
font-weight: 800;
font-style: normal;
font-size: 15px;
text-transform: uppercase;
box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2) inset;
}





.zasubmit:active{
border-color: rgb(177, 105, 49);
width: 310px;
display: block;
height: 40px;
background-color: #7f0c0c;
color: #ffffff;
border-radius: 5px 5px 5px 5px;
margin-bottom: 12px;
padding-left: 10px;
border: 1px solid rgb(220, 167, 182);
font-family: "Arial",Georgia,serif;
font-weight: 800;
font-style: normal;
font-size: 15px;
text-transform: uppercase;
box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2) inset;
}





.nune {
text-decoration: none;
color: #ced6e4;
}


.nune:hover {
text-decoration: none;
color: #cdb2b7;
}


.nune2 {
text-decoration: none;
color: #000000;
}


.nune2:hover {
text-decoration: none;
color: #cdb2b7;
}

.errore {
width: 400px;
height: 200px;
border-radius: 20px 20px 20px 20px;
border-color: rgb(177, 105, 49);
border: 4px solid rgb(220, 167, 182);
background-color: #FFFFFF;
position: absolute;
left:50%;
margin-left:-200px;
margin-top: 278px;
opacity:0.97;
background-image: url("immagini/bug.gif"); 
filter:alpha(opacity=97); /* For IE8 and earlier */
}

.close{
float: right;
margin-top: 50px;
font-weight: bold;
text-decoration: none;
}


a.close:hover{
color: #c10037;
}


