/***************************************************
COMPETITION CSS
***************************************************/

.competition1
{
    width: 100%;
    border: 1px solid #f2f2f2;
}

.competition1 td
{
    padding: 5px 10px 5px 10px !important;
    vertical-align: top;
}

.competition1 .left
{
    width: 25% !important;
    margin-right: 20px;
}

.competition1 .right
{
    width: 60% !important;
}


.competition1 .tb_input
{
    width: 220px;
    font-size: 12px;
}

.competition1 textarea.tb_input_long
{
    width: 90%;
    height: 100px;
    font-family: Arial !important;
}



.competition1 label
{
    font-size: 12px;
}



.hidden
{
    display: none !important;
}



/*TEXTMODULE UPDATES AND IMPROVEMENTS*/

.template_wrapper
{
    border: 0px !important;
    padding:0px !important;
    margin:0px !important;
}


/*TEMPLATE 2 - IMAGE ON THE RIGHT*/

.leftDiv, .rightDiv
{
    border: 0px !important;
}

.leftDiv
{
    float: left;
    width: 480px;
    border: 1px dashed #000;
}

.rightDiv
{
    float: right !important;
    width: 120px;
    min-height: 200px;
    border: 1px dashed #000;
    font-size: 10px;
    margin-bottom: 5px;
}

.rightDiv p {font-size:10px; margin-top:3px;}


/*TEMPLATE 3 - IMAGE ON THE RIGHT*/


.t3_left {margin-right:30px;}


/*TEMPLATE 4 - IMAGE ON THE RIGHT*/


.t4_left {margin-right:20px;}

.t4_right {min-height:2px !important;}