#container 
{
	width:510px;
	margin: 0 auto;
margin-top:0px;
margin-left:0px;
	padding:0px;	
	border: 0px solid #ffffff;
	background:transparent;
}

img {border: none}

#container h1 
{
	font-size: 130%;
	color:#311901;
	margin-bottom: 20px;
}


form  p
{
margin: .6em 0 ;
padding:3px 0 5px 0;
}





label {
	font-family: verdana;
	width:240px;
	height:18px;
	line-height: 25px;
	margin-right: 5px;	
	margin-top: -5px;
	padding-left:6px;	
	background:transparent;	
	float:left;
	display:block;	
	font-size: 14px;
	color:#b7a592;
}

#privacy a{
	font-family: verdana;
	padding-top: 5px;
	padding-left:4px;
	font-size: 12px;
	color:#886f57;
}

#privacy a:hover{
	color:#c00a27;
}



input.nome {
 background-color:#fefefe;
        color: #b7a592;
	width:200px;
        border: 2px solid #b7a592;
        font-family: Verdana;
        font-weight: bold;
        font-size: 13px;
        height: 35px;
        padding: 0 20px;
        margin: 5px 0 0 0;
	   -moz-border-radius: 8px;
	   -webkit-border-radius: 8px;
	   border-radius: 8px;
}

input.indirizzo {

 background-color:#fefefe;
        color: #b7a592;
	width:200px;
        border: 2px solid #b7a592;
        font-family: Verdana;
        font-weight: bold;
        font-size: 13px;
        height: 35px;
        padding: 0 20px;
        margin: 5px 0 0 0;
	   -moz-border-radius: 8px;
	   -webkit-border-radius: 8px;
	   border-radius: 8px;
}

input.località {

 background-color:#fefefe;
        color: #b7a592;
	width:200px;
        border: 2px solid #b7a592;
        font-family: Verdana;
        font-weight: bold;
        font-size: 13px;
        height: 35px;
        padding: 0 20px;
        margin: 5px 0 0 0;
	   -moz-border-radius: 8px;
	   -webkit-border-radius: 8px;
	   border-radius: 8px;
}



input.telefono {

 background-color:#fefefe;
        color: #b7a592;
	width:200px;
        border: 2px solid #b7a592;
        font-family: Verdana;
        font-weight: bold;
        font-size: 13px;
        height: 35px;
        padding: 0 20px;
        margin: 5px 0 0 0;
	   -moz-border-radius: 8px;
	   -webkit-border-radius: 8px;
	   border-radius: 8px;
}

input.email {
 background-color:#fefefe;
        color: #b7a592;
	width:200px;
        border: 2px solid #b7a592;
        font-family: Verdana;
        font-weight: bold;
        font-size: 13px;
        height: 35px;
        padding: 0 20px;
        margin: 5px 0 0 0;
	   -moz-border-radius: 8px;
	   -webkit-border-radius: 8px;
	   border-radius: 8px;
}

textarea.box {

 background-color:#fefefe;
        color: #b7a592;
	width:200px;
        border: 2px solid #b7a592;
        font-family: Verdana;
        font-weight: bold;
        font-size: 13px;
        height: 80px;
        padding: 0 20px;
        margin: 5px 0 0 0;
	   -moz-border-radius: 8px;
	   -webkit-border-radius: 8px;
	   border-radius: 8px;
}


	
.button-send {
	padding: 5px 5px 5px 5px;
	border: solid 0px #84dc26;
	position: relative;
	cursor: pointer;
	display: inline-block;
	background-color: #b7a592;
	font-size: 16px;
	font-family: verdana;
	height: 35px;
	width: 90px;
	text-decoration: none;
	color: #ffffff;
	margin-left: 20px;


}

.button-send:hover {
	color: #ffffff;
	border: solid 0px #c00a27;
	background-color: #c00a27;
}

        #container input:focus, #container select:focus {
            border: 2px solid #c00a27;
            color: #c00a27;
        }

 #container textarea:focus, #container select:focus {
            border: 2px solid #c00a27;
            color: #c00a27;
        }

input:focus{
 outline:none;
}

textarea:focus{
 outline:none;
}

