html, body, form, fieldset, img { margin: 0; padding: 0; border: 0; }
body { background: #FFF; }
body, input, textarea, select, option, optgroup, button { color: #888888; font-family: Arial, "Sans-Serif"; font-size: 11px; }

#logo {
    width: 256px;
    margin: 160px auto;
    margin-bottom: 30px;
}

.hr {
    display: block;
    border:0;
    background-color:#ffffff;
    border-bottom: 4px solid #ECECEC;
    margin: 3px 0 3px 0;
}

#links {
    text-align: center;
}
#links, #links a {
    color: #888888;
    font-size: 11px;
    text-decoration: none;
}
#links a:hover {
    text-decoration: underline;
    color: #C41200;
}

#form {
    width: 500px;
    margin: 20px auto;
}
#form textarea{
    width: 500px;
    height: 200px;
    margin: 5px 0 5px 0;
}

#form p.submit{
    text-align:center;
}
#email {
    width: 150px;
}


