﻿.competitionTemplate
{
	background-color: Black ! important;	
	height: 100%;
}

.promoLeft
{
	background-color: Black ! important;	
    width: 434px;
    height: 380px;
    padding-right: 30px; 
    float: left;   
}

.promoRight
{
	background-color: Black ! important;	
    width: 270px;
    height: 380px;
    padding-right: 35px;
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
}

.promoHead
{
	color: #EB971E;
}

.promoSubmit
{
    width: 120px;
    height: 13px;
    border: none;
    background-image: url(Images/Forms/input_submit.gif);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: Transparent;
    margin-left: 125px;
}