/** contact_form.css */

#contact-form {
    width: 440px;
	margin-top: 5px;
}

.form-row {
    clear: both;
    margin: 7px 0;
    padding-left: 15px;
}

#contact-form label {
    display: block;
    margin-bottom: 5px;
}

#contact-box input {
    display: block;
}

#editor-box {
}

#subject {
    width: 100%;
    margin-bottom: 20px;
}

#id_return-addr {
    width: 66%;
    margin-bottom: 20px;
}

#choice {
    position: absolute;
    height: 1em;
    width: 4em;
    left: -400px;
}

#contact-form-fieldset {
    padding: 0 15px 10px 15px;
    background-color: #f9f7ed;
}

#contact-form-legend {
    padding: 5px;
    font-weight: bold;
    color: #34669b;
}

#contact-form-message {
    text-align: center;
    margin-bottom: 20px;
    padding: 7px 0;
    background-color: #c96;
    font-weight: bold;
    font-style: italic;
    color: white;
}

#contact-list {
    position: relative;
    left: 25px;
}

#address {
    margin-left: 10px;
    margin-top: 10px;
    padding: 5px 10px 10px;
    background-color: #f9f7ed;
    width: 13em;
}

#address p {
    margin-top: 3px;
}