#updates_content {
    background: transparent url('/static/images/backgrounds/event-updates.jpg') top left no-repeat;
}
.updates_body {
    width: 450px;
}
.updateform {
    width: 450px;
}
td input.error {
    background:#ffdfa2;
}
th.label_error {
    color: #fc9900;
}
th.form_label {
    white-space: nowrap;
}
.errors {
    color: #fc9900;
}
.updateform input {
    border: 2px solid #fc9900;
    width: 300px;
    margin: 2px 0;
}
.updateform select {
    margin: 2px 0;
    /*width: 190px;*/
    max-width: 400px;
}
.updateform th {
    text-align: right;
    width: 100px;
}
.updateform label {
    font-weight: normal;
}
.updateform td.submit input {
    width: auto;
    border: none;
}
