﻿.competition
{
    position:relative;
    float:left;
    background-color:#1f1919;
    color:White;
}

.competition span.competitiontitle{display:none;}

.competition span.competitiondetails{display:none;}

.competition .details
{
    position:relative;
    float:left;
    width:76%;
    margin:2% 10%;
    padding:2%;
    background-color:#ed0a28;
    color:White;
    z-index:2;
}

.competition .details .validate
{
    position:relative;
    float:left;
    clear:both;
    padding-left:120px;
    color:White;
    font-size:10pt;
    z-index:2;
}

.competition .details h3
{
    margin:0px;
    padding:5px;
}

.competition .details span.complabel
{
    position:relative;
    float:left;
    clear:both;
    width:100px;
    padding:5px;    
    text-align:right;
    z-index:2;
}

.competition .details input.comp
{
    position:relative;
    float:left;
    margin:5px;
    z-index:2;
}

.competition .details span.compentry
{
    position:relative;
    float:left;
    margin:5px;
    z-index:2;
}

.competition .details span.privacy
{
    position:relative;
    float:left;
    clear:both;
    z-index:2;
    font-size:9pt;
    vertical-align:bottom;
}

.competition .questions
{
    position:relative;
    float:left;
    width:76%;
    margin:2% 10%;
    padding:2%;
    background-color:#ed0a28;
    color:White;
    z-index:2;
}

.competition .questions .validate
{
    position:relative;
    float:left;
    clear:both;
    padding-left:0px;
    color:White;
    font-size:10pt;
    z-index:2;
}

.competition .questions span.compquestion
{
    position:relative;
    float:left;
    clear:both;
    padding:0;
    margin:0;
    font-size:14pt;
    font-weight:bold;
    text-align:left;
    z-index:2;
}

.competition .questions input.companswer
{
    position:relative;
    float:left;
    clear:both;
    text-align:left;
    width:600px;
    margin:0;
    z-index:2;
}

.competition input.button
{
    position:relative;
    float:left;
    clear:both;
    margin:10px 0 0 100px;
    padding:5px;
    z-index:2;
    top: 0px;
    left: 0px;
    font-size:14pt;
    font-weight:bold;
}

.competition .tandc
{
    position:relative;
    float:left;
    clear:both;
    width:670px;
    color:White;
    margin:50px 50px 50px 50px;
    padding:10px;
    font-size:9pt;
    z-index:2;
}