@charset "utf-8";

p#description {
    margin-bottom: 10px;
}

table#formTable {
    width: 100%;
}

table#formTable td, table#formTable th {
    font-size: 12px;
    padding: 6px;
    border-collapse: separate;
    border-spacing: 1px;
}

table#formTable th {
    background-color: #555;
    color: #FFF;
}

table#formTable td {
    border: 1px solid #CCC;
}

textarea {
    width: 585px;
    padding: 3px;
    font-size: 12px;
    height: 200px;
}

input#mailAddress {
    font-size: 16px;
    font-family: san-serif;
    margin-bottom: 6px;
}

p#thnks {
    text-align: center;
    line-height: 200%;
}

input#submit {
    width: 180px;
}

div#submitBlock {
    margin-top: 10px;
}

div.error {
    color: #E05200;
    font-weight: bold;
    font-size: 12px;
}
