﻿div.question 
{
    font-size:13px;
    padding-bottom:17px;
}

div.question .title 
{
    color:#d83227;
    font-weight:bold;
}

div.question .answers 
{
    padding: 10px 20px 0px 20px;    
}

div.question .radio 
{
    border: none;
    margin-right:15px;
}

table.player_data 
{
    width:100%;
    /*border:dotted 1px black;*/
    margin-top:10px; 
    margin-bottom:15px; 
}


table.player_data td 
{
    height:50px;
    padding-right: 20px
}

table.player_data .input-text 
{
    width:300px;
    border-top: none;
    border-left: none;
    border-right:none;
    border-bottom: dashed 1px #000000;
}

.rules
{
    width:190px;
    vertical-align:top; 
    background:#ffd400 url(images/game-bernardin_group/bg-rules.jpg) repeat-x; 
    color:#FFFFFF; 
    font-size:14px; 
    padding:20px 15px 20px 15px;
}

.rules .title 
{
    font-size:15px;
    margin-bottom:30px;
    font-weight:bold;
    color:#231f20;    
}

.rules 
{
    font-size: 14px;
    margin-top:80px;
}

.prizes 
{
    font-size: 14px;
}

.rules .prize 
{
    color:#231f20;
    font-weight:bold;
    padding-bottom:20px;
}

.checkbox 
{
    border:none;
}

.prizetitle 
{
    margin-bottom:5px;   
}

.prizecaption 
{
    color:#231f20;
    font-size:12px; 
    margin-top:-20px;
    margin-bottom:20px;
}

.submited 
{
    color:#000000;
    font-weight:bold;
    font-size:17px;
}

.FormWarning 
{
    color:#d83227;
    padding-bottom:20px;
    font-size:13px;
}
