﻿#contestTable 
{
    font: 11px Lucida Sans Unicode, Lucida Grande, Lucida Sans, Lucida;
    width: 655px;
}

#contestTable td
{
    padding: 0 0 6px 0;
    vertical-align: top;
}

#contestTable td.leftColumn 
{
    padding-right: 20px;
}

#contestTable table td
{
    padding: 0 6px 0 0;
}


#contestTable td.alignBottom 
{
    vertical-align: bottom;
}

#contestTable span 
{
    font-size: 12px;
    color: #e78744;
}

#contestTable label 
{
    display: block;
    margin-bottom: 1px;
}

#contestTable table label 
{
    display: inline;
    padding-left: 4px;
}

#contestTable input, #contestTable select 
{
    height: 17px; 
    padding: 1px;
    border-top: 1px solid #7d7d7d;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    font-size: 11px;
}

#contestTable input.errorBox, #contestTable select.errorBox 
{
    border-top: 1px solid #ff4646;
    border-bottom: 1px solid #ffd1d1;
    border-left: 1px solid #ffadad;
    border-right: 1px solid #ffadad;
}

#contestTable select 
{
    height: 18px;
}

#contestTable table input 
{
    border: 0;
    vertical-align: bottom;
}

.inp30 
{
    width: 30px;
}

.inp157 
{
    width: 157px;
}

#contestCheckbox 
{
    height: 50px;
    margin-top: 8px;
}

#contestCheckbox input 
{
    border: none;
    float: left;
    margin-top: 0;
}

#contestCheckbox label 
{
    display: inline;
}

#contestCheckbox span 
{
    float: left;
    width: 620px;
    padding-left: 8px;
}

#contestCheckbox span, #contestCheckbox span a 
{
    color: #36302a;
}

#contestRules 
{
    font-size: 9px;
    line-height: 12px;
    margin-top: 30px;
}

