

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:#3190a9;
    border:1px solid white;
   
   width:240px;
    font-size:14px;
    color:white;
}
textarea{
    width:230px;
    height:80px;
    margin-top:5px;
    border-radius:3px;
    padding:5px;
    resize:none;
}

#note{
color:black;
font-Weight:400;
}
#returnmessage{
    font-size:14px;
    color:#000;
    text-align:center;
}
