input, textarea {
border:1px solid #99c6e7;
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:.75em;
margin:0;
padding:2px;
background:#fff;
color: #000000;
}
 
input:focus, input:hover,textarea:focus, textarea:hover{
border: 1px solid #99c6e7;
}
 
label {
margin:2px;
color: #b29b35;
}
 
input {
width:300px;
}
 
.button {
margin:0 0 15px 0;
color: #b29b35;;
font-weight:bold;
width:310px;
}
