body {
    font-family:verdana,helvetica,arial,sans-serif;
    font-size:8pt;
}

div#header {
    background: #F2F2F2;
    border-bottom: dashed 1px #888;
}

div#header h2 {
    color: #fff;
    background: #005DA5;
    font-size: 10pt;
    text-align: center;
}

div#header p {
    padding: 5px 20px;
    margin:0px;
    line-height: 150%;
}

div#form {
    padding: 20px;
    background: #F2F2F2;
}


div#form label {
    font-weight: bold;
    color: #666666;
}

div#form dd {
    margin-left: 0px;
    margin-bottom: 15px;
}

div#form dd textarea {
    width: 500px;
    height: 250px;
}

div.error {
    color: #f00;
    margin: 3px 0px;
}

input#email {
    width: 300px;
}
