﻿#CompetitionContent
{
    width: 616px;
}

#CompetitionContent label
{
    clear: both;
    margin-bottom: 0;
    width: auto;
}

#CompetitionContent input, textarea
{
    float: left;
    clear: both;
    width: 200px;
}

#CompetitionContent .widearea
{
    width: 360px;
    height: 100px;
    margin-top: 7px;
}

#CompetitionContent .narrowarea
{
    width: 150px;
}

#CompetitionContent .button
{
    width: 64px;
    margin-top: 14px;
}

.compForm
{
    background-color: White;
    padding: 4px 10px;
    height: 510px;
}

.errorDiv
{
    background-color: White;
    padding: 10px;
}

.footer
{
    padding: 10px;
    text-align: left;
}

.error
{
    color: Red;
}

#CompetitionContent .checkbox input
{
    display: inline;
    clear: none;
    width: auto;
    margin: 7px 7px 0 0;
}

#CompetitionContent .checkbox label
{
    display: inline;
    clear: none;
    width: auto;
    margin: 4px 4px 0 0;
}
