@import url(https://fonts.googleapis.com/css?family=Fauna+One|Muli);
#form{
    border-radius:2px;
    font-size:14px;
    font-weight:bold;
    width:350px;
    
    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:#4e4e4e;
    border:1px solid white;
    
    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:white;
font-Weight:400;
}
