@import url(http://fonts.googleapis.com/css?family=Fauna+One|Muli);
input{
    width:100%;
    height:35px;
    margin-top:5px;
    border:1px solid #999;
    border-radius:3px;
    padding:5px;
    color:#756A6A;
}	

input[type=submit]{
    background-color:#e74c3c;
    border:1px solid white;
    font-family: Lato,sans-serif;
    //font-Weight:bold;
    font-size:18px;
    color:white;
    max-width:180px;
    height: 40px;
}
textarea{
    width:100%;
    height:80px;
    margin-top:5px;
    border-radius:3px;
    padding:5px;
    resize:none;
    //color:#756A6A;
}
span{
    color:#fff;
}
#note{
color:black;
font-Weight:400;
}
#returnmessage{
    font-size:14px;
    color:green;
    text-align:center;
}
