#body form{
    width:450px;
    margin:auto;
}
#body form input, #body form textarea{
    width:100%;
    border:solid 1px #999;
    font-family: arial, verdana, helvetica, sans serif;
    font-size:1em;
    color:#666;
}
body form textarea{
    height:100px
}
#body input.button{
    width:auto;
    float:right;
    margin-top:5px;
    margin-bottom:10px
}
#body input.notreq{
    display:none;
}