body{
   background:transparent;
   color: #666666;
font-size:15px;
font-family:tahoma;
margin:0;
padding:0;
}

a {
font-size:14px;
   color: #bf6200;
}

a:hover {
font-size:14px;
   color: #ff8200;
}

#content{
 background:transparent;
width:660px;
}

input[type="text"]{
border:2px solid #e5e5e5;
width:240px;
height:25px;
  -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
color:#808080;
font-weight:bold;
}

#privacy{
font-size:11px;
color:#808080;
}
.ditta{
font-size:12px;
color:#6d240a;
}
textarea{
border:2px solid #e5e5e5;
width:508px;
height:100px;
  -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   border-radius: 7px;
color:#808080;
font-weight:bold;
}
.button-send {
	padding: 5px 5px 5px 5px;
	position: relative;
	border: solid 0px #998c7b;
	cursor: pointer;
	display: inline-block;
	background-color: #998c7b;
	font-size: 16px;
	font-family: tahoma;
	height: 35px;
	width: 90px;
	text-decoration: none;
	color: #ffffff;
	margin-left: 0px;
  -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;


}

.button-send:hover {
	color: #ffffff;
	border: solid 0px #6d240a;
	background-color: #6d240a;
}



        #content input[type="text"]:focus, #content select:focus{
            border: 2px solid #6d240a;
            color: #6d240a;
        }

 #content textarea:focus, #content select:focus{
            border: 2px solid #6d240a;
            color: #6d240a;
        }




input:focus{
 outline:none;
}

textarea:focus{
 outline:none;
}