﻿BODY
{
    background-color:#000000;
    margin:0px;
	padding: 0;
	font-family: tahoma, "lucida grande", sans-serif;
	color: #ffffff;
	font-size:12px;
	background-repeat:no-repeat;
}

img 
{
    border:none;
}

#Header 
{
    width:730px;
    height:152px;
    background-image:url(../images/FlashBg.png);
    margin:30px auto 0px auto;
    
}

#Content 
{
    width:auto;
    height:auto;
    border-top:solid 1px #464646;
    border-bottom:solid 1px #464646;
    padding-bottom:20px;
    background-color:#080808;
}

#InnerContent 
{
    width:480px;
    margin:0px auto 0px auto;
    padding:15px 5px 5px 5px;
}

#footer 
{
    width:auto;
    height:128px;
    background-position:center;
    background-image:url(../images/FooterBg.png);
    background-repeat:no-repeat;
    text-align:center;
}

#FlashHeader 
{
    height:152px;
    width:730px;
   
}

.CCLogo 
{
   margin-left:95px
}

p 
{
   text-align:center;
   margin:0px 20px 0px 16px;
   clear:both;
   padding:20px 0px 0px 0px;
}

p.Yellow 
{
    color:#dbc66d;
}

a:link 
{
    color:#dbc66d;
}

a:visited 
{
    color:#dbc66d;
}

a:hover 
{
    color:#FFFFFF;
}

.ContinueButton 
{
    margin-right:4px;
}

.FormRow 
{
    clear:both;
    
}

.FormRow .FormLabel 
{
    float:left;
    color:#dbc66d;
    
}

.FormRow .FormLabel label 
{
    display:inline-block;
    width:130px;
    text-align:right;
    margin-right:5px;
    margin-top:12px;

}

.FormRow .FormElement 
{
    float:left;
    margin-top:10px;
}

.FormDropBox 
{   
    background-color:#1b1b1b !important;
    border:1px solid #9c9c9c;
    font-family:Arial;
	color:#FFFFCC;
   
}

.MonthSelect 
{
    width:120px;
}

.DaySelect 
{
    width:50px;
}

.YearSelect 
{
    width:97px;
}

.AgeForm ul 
{
    color:White;
    text-align:left;
    padding-left:95px;
    
}

#ValidationSummary1 ul li
{
	color:#cc0000;
}

#DateValidCustomValidator
{
	color:#cc0000;
}

#NoEntryPanel

{
	color:#cc0000;
}