#form h3{
    text-align:center;
    font-size:20px;
}
#form input{
    width:100%;
    height:35px;
    margin-top:5px;
    border:1px solid #999;
    border-radius:3px;
    padding:5px;
}
#form input[type=button]{
    background-color:#123456;
    border:1px solid white;
    font-family: 'Fauna One', serif;
    font-Weight:bold;
    font-size:18px;
    color:white;
}
#form textarea{
    width:100%;
    height:80px;
    margin-top:5px;
    border-radius:3px;
    padding:5px;
    resize:none;
}
#form span{
    color:red
}
#form #note{
    color:black;
    font-Weight:400;
}
#form #returnmessage{
    font-size:14px;
    color:green;
    text-align:center;
}