#container 
{
	width:600px;
	margin: 0 auto;
	padding:5px;	
	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;
}




fieldset {
	border:0px dashed #808080;
   -moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   border-radius: 20px;
	padding: 10px;
	margin: 0 0 10px 0;
}


legend {	 
	font-size: 140%;
	font-family: geogia;
	font-style: italic;
	color:#fff;
	background: #311901;
	padding: 5px 8px;
	border:0px solid #ddd;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;

}

label {
	font-family: verdana;
	width:280px;
	height:25px;
	line-height: 25px;
	margin-right: 5px;	
	padding-left:6px;	
	background:transparent;	
	float:left;
	display:block;	
	font-size: 14px;
	color:#a99a8e;
}


input.nome {
 background: url('../file-form/input.png') no-repeat;
        color: #808080;
	width:220px;
        border: 1px solid #e5e5e5;
        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: url('../file-form/input.png') no-repeat;
        color: #808080;
	width:220px;
        border: 1px solid #e5e5e5;
        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: url('../file-form/input.png') no-repeat;
        color: #808080;
	width:220px;
        border: 1px solid #e5e5e5;
        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: url('../file-form/input.png') no-repeat;
        color: #808080;
	width:220px;
        border: 1px solid #e5e5e5;
        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: url('../file-form/input.png') no-repeat;
        color: #808080;
	width:220px;
        border: 1px solid #e5e5e5;
        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: url('../file-form/textarea.png') no-repeat;
        color: #808080;
	width:220px;
        border: 1px solid #e5e5e5;
        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;
}

textarea.boxp {

 background: url('../file-form/textarea.png') no-repeat;
        color: #808080;
	width:220px;
        border: 1px solid #e5e5e5;
        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-invia {
 background-color: #745e45;

	font-size:12px; 
	color: #fff; 
	padding: 6px 14px;
	border-width: 0px;
	border-style: solid;
	border-color: #fff #d8d8d0 #d8d8d0 #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	margin-top: 8px;
	width:85px;
	height:38px;
cursor:pointer;
}

.button-invia:hover {
 background-color: #a99a8e;
	color: #ffc76e;
}

.button-reset {
 background-color: #745e45;
	font-size:12px; 
	color: #fff; 
	padding: 6px 14px;
	border-width: 0px;
	border-style: solid;
	border-color: #fff #d8d8d0 #d8d8d0 #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	margin-left: 28px;
	margin-top: 8px;
	width:95px;
	height:38px;
cursor:pointer;
}
.button-reset:hover {
 background-color: #a99a8e;
	color: #ffc76e;
}

        #container input:focus, #container select:focus {
            border: 1px solid #a99a8e;
            color: #a99a8e;
        }

 #container textarea:focus, #container select:focus {
            border: 1px solid #a99a8e;
            color: #a99a8e;
        }

input:focus{
 outline:none;
}

textarea:focus{
 outline:none;
}

#container1 
{
	width:210px;
	margin: 0 auto;
	padding:5px;	
	border: 0px solid #ffffff;
	background:transparent;
}


input.news {
 background: url('../file-form/news.png') no-repeat;
        color: #808080;
	width:158px;
        border: 1px solid #e5e5e5;
        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;
}

.button-invia1 {
 background: url('../file-form/invia1.png') no-repeat;

	font-size:12px; 
	color: #333; 
	padding: 6px 14px;
	border-width: 0px;
	border-style: solid;
	border-color: #fff #d8d8d0 #d8d8d0 #fff;
	text-decoration: none;
	text-transform:uppercase;


	width:70px;
	height:27px;
}

.button-reset1 {
 background: url('../file-form/reset1.png') no-repeat;
	font-size:12px; 
	color: #333; 
	padding: 6px 5px;
	border-width: 0px;
	border-style: solid;
	border-color: #fff #d8d8d0 #d8d8d0 #fff;
	text-decoration: none;
	text-transform:uppercase;
margin-left: 8px;

	width:80px;
	height:27px;
}