@import url(http://fonts.googleapis.com/css?family=Fauna+One|Muli);
#mainform{
    width:900px;
    margin:10px auto;
    padding-top:10px;
    font-family:Verdana, Geneva, sans-serif, Vani;
}
#form{
    border-radius:2px;
    padding:0px 30px;
    
    font-size:14px;
    font-weight:bold;
    width:350px;
    margin:0px 0px 0px 100px;

}
h3{
    text-align:center;
    font-size:20px;
}

input{
    width:100%;
    height:35px;
    margin-top:5px;
    
    border-radius:3px;
    padding:5px;
}	

input[type=button]{
    background-color:#56121A;
    border:1px solid white;
    font-family:Verdana, Geneva, sans-serif, Vani;
    font-Weight:bold;
    font-size:18px;
    color:white;
}
textarea{
    width:100%;
    height:80px;
    margin-top:5px;
    border-radius:3px;
    padding:5px;
    resize:none;
}
span{
    color:red
}
#note{
color:black;
font-Weight:400;
}
#returnmessage{
    font-size:14px;
    color:green;
    text-align:center;
}
