div#contact_form{
color:white;
float:right;

}
#mainform{
width:960px;
margin:20px auto;
padding-top:20px;
}
#form{
padding:20px 30px;
font-size:14px;
font-weight:bold;
width:350px;
display:block;
margin:0 auto;

}
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]{
border:1px solid white;
font-size:18px;
}
textarea{
width:100%;
height:80px;
margin-top:5px;
padding:5px;
resize:none;
}
#note{
color:black;
font-Weight:400;
}
#returnmessage{
font-size:14px;
text-align:center;
}