@import url(http://fonts.googleapis.com/css?family=Fauna+One|Muli);
#mainform{
    width:650px;
    margin:10px auto;
   /* padding-top:10px;*/
    font-family: 'Fauna One', serif;
}
#form{
    border-radius:2px;
    padding:20px 30px;
    box-shadow:0 0 15px;
    font-size:14px;
    font-weight:bold;
    width:280px;
    margin:0px 30px 20px 120px;
    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:#035ea7;
    border:1px solid white;
    font-family: 'Fauna One', serif;
    font-Weight:bold;
    font-size:18px;
    color:white;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer; background:#035ea7; color:#fff; font-weight:bold;
}

#form textarea{
    width:100%;
    height:80px;
    margin-top:5px;
    border-radius:3px;
    padding:5px;
    resize:none;  border:1px solid #999;
}
#form span{
    color:red
}
#note{
color:black;
font-Weight:400;
}
#returnmessage{
    font-size:14px;
    color:green;
    text-align:center;
}
