@import url(http://fonts.googleapis.com/css?family=Fauna+One|Muli);
#mainform{
width:400px;
margin:20px auto;
padding-top:20px;
font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif; 
}
#form{
border-radius:2px;
padding:0px 0px;
box-shadow:0 0 0px;
font-size:16px;
//font-weight:bold;
width:320px;
margin:20px 350px 0 35px;
float:left;

}
h3{
text-align:center;
font-size:20px;
}
input{
width:100%;
height:35px;
margin-top:5px;
border:1px solid #999;
border-radius:3px;
padding:5px;
}
input[type=button]{
background-color:#a05c04;
border:1px solid white;
font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif; 
//font-Weight:bold;
font-size:14px;
color:white;
}
textarea{
width:100%;
height:140px;
margin-top:5px;
border-radius:3px;
padding:5px;
resize:none;
}
span{
color:green;
}
#note{
color:black;
font-Weight:400;
}
#returnmessage{
font-size:14px;
color:green;
text-align:center;
}