BODY
{
    PADDING: 0px;    
    BACKGROUND-IMAGE: url(/registerimg/sweeps_bg.jpg);
    BACKGROUND-REPEAT: no-repeat;   
    BACKGROUND-POSITION: 0px left; 
    MARGIN: 0px;
    WIDTH: 800px;
    
    COLOR: #a9b4c1;
    FONT: bold 12px/12px arial, helvetica, sans-serif;    
}
#site
{
    PADDING: 140px 0 0 20px;
    HEIGHT: 100%
    width: 800px;
}
#sweepstitle 
{
	      
    BACKGROUND-IMAGE: url(/registerimg/sweeps_title.jpg);
    BACKGROUND-REPEAT: no-repeat;   
    BACKGROUND-POSITION: 0px center; 
    
    WIDTH: 800px;
    HEIGHT: 37px;
}
#sweepstitle .text {
	
	  COLOR: #9dc940;
    FONT: bold 14px/14px arial, helvetica, sans-serif;   
    PADDING: 5px;
    TEXT-ALIGN: CENTER;
}
#prizeInformation {
	
		COLOR: #a9b4c1;
    FONT: 12px/14px arial, helvetica, sans-serif;   
    PADDING: 0px;
    WIDTH: 95%;
    MARGIN-TOP: 5px;
    TEXT-ALIGN: LEFT;
}
#prizeInformation span.prizeLabel {
	COLOR: #9dc940;
	FONT: bold 12px/14px arial, helvetica, sans-serif;
}
#site .disclaimer {
	
	  COLOR: #ffffff;
    FONT: bold 11px/13px arial, helvetica, sans-serif;   
    TEXT-ALIGN: CENTER;
   
}
#site .disclaimer a {
	
	  COLOR: #ffffff;
    FONT: bold 11px/13px arial, helvetica, sans-serif;   
    TEXT-ALIGN: CENTER;
    text-decoration: underline;
   
}
.sweepsTable
{
    width : 90%;
    margin: 0px;
    border-collapse : collapse;
    border : none;
    border-bottom : none;
    padding: 0px;
}
.sweepsOuterTable
{
    width : 100%;
    margin: 0px;
    border-collapse : collapse;
    border : none;    
    padding: 0px;
}

.sweepsTable th, .sweepsTable td
{
    padding : 0.2em;
    /*border : 1px #CCCCCC solid;    */
    border-collapse : collapse;
    border: 0px;
    vertical-align : middle;
    text-align : left;
    font-weight : normal;
    font-size : 11px;
    font-family : Arial, Verdana, Helvetica;
}

.sweepsTable td.rightAlign {
	
	text-align: right;
	font-weight : normal;
  font-size : 11px;
  font-family : Arial, Verdana, Helvetica;
}
input
{
color: #000000;
background: #cccccc;
border: 1px solid #a9b4c1;
FONT: 11px/13px arial, helvetica, sans-serif;   
text-align: middle;
}
select
{
color: #000000;
background: #cccccc;
border: 1px solid #a9b4c1;
FONT: 11px/11px arial, helvetica, sans-serif;   
}
input.currentCustomer
{
	  border: 0px;
	  background: none;
}
input.optIn
{
	  border: 0px;
	  background: none;
}
input.submit
{
	FONT: bold 11px/11px arial, helvetica, sans-serif;   
	padding-top: 2px;
	border: 1px solid #a9b4c1;
	
}