.conferences_table
{
    border: 1px solid #aaa;
    padding: 0px;
    background: #aaa;
    width: 100%;
}

.conferences_table td
{
    background: #fff;
}

.conferences_table p
{
    padding: 0;
    margin-top: 0;
}

.conference_application_form
{
    width: 75%;
    margin: auto;
    text-align: left
}

.conference_application_form textarea.textarea
{
    width: 100%;
    height: 50px;
}
.conference_application_form input.text
{
    width: 100%;
}

.conference_application_form b.required
{
    color: #f00;
    font-weight: bold;
}
