#contact-content {
    clear: both;
    padding-top: 1px;
    margin-top: 77px
}

#contact-form {
    float: left;
    margin-right: 50px;
    width: 500px
}

.form {
    margin: 10px 0
}

dt {
    clear: left;
    float: left;
    padding: 7px 10px 0 0;
    width: 150px;
    font-weight: bold
}

dd {
    margin-bottom: 5px
}

.text {
    background-color: #111;
    border: 1px solid #333;
    padding: 3px;
    color: #fff
}

input.text {
    width: 330px
}

select {
    width: 180px
}

textarea.text {
    width: 490px;
    height: 100px;
    font-family: Tahoma, sans-serif;
    font-size: 1em;
}

.error {
    background-color: #ffcaca;
    padding: 5px;
    color: #c83737
}

#right-column {
    float: left;
    padding-top: 15px;
    width: 330px
}

.header {
    background: #181616;
    border: 1px solid #2a2828;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 1.64em;
    color: #fff
}