﻿    body
{
    background-color: #FFFFFF;
    background-image: url(background.jpg);
    background-repeat:repeat-x;
}

#MainContainer
{
    position:absolute;
    left:50%;
    margin-left:-460px;
    width: 920px;
}

#topa
{
	position: realtive;
	float:left;
	background-image: url(top_a.png);
	width: 460px;
    height: 200px;
}

#topb
{
	position: realtive;
	float:left;
	background-image: url(top_b.png);
	width: 460px;
    height: 200px;
}

#centera
{
	position: realtive;
	float:left;
	background-image: url(center_a.png);
	width: 460px;
    height: 440px;
}

#centerb
{
	position: realtive;
	float:left;
	background-image: url(center_b.png);
	width: 460px;
    height: 440px;
}

#centerc
{
	position: realtive;
	float:left;
	background-image: url(complete.png);
	width: 460px;
    height: 440px;
}

#bottoma
{
    position: relative;
    float:left;
    background-image: url(bottom_a.png);
    width: 460px;
    height: 165px;
}

#bottomb
{
    position: relative;
    float: left;
    width: 460px;
    height: 165px;
}

#left			
{ 
    position:absolute; 
    left:120px; 
    top:200px; 
    width:320px; 
    text-align:left;  
}

#righttop	
{ 
    position:absolute; 
    right:90px; 
    top:250px; 
    width:300px; 
    text-align:left; 
    font: normal 14px Verdana, Arial, sans-serif; 
    color:#ffffff;
}

#right			
{ 
    position:absolute; 
    right:112px; 
    top:340px; 
    width:300px; 
    text-align:left;
    font: normal 14px Verdana, Arial, sans-serif; 
    color:#000000; }

p				
{
    font: normal 12px Verdana, Arial, sans-serif; 
    margin:0 0 0 0px; 
    line-height:19px;
}

.birthSmall		
{ 
    font-size:9px; 
    color:#666; 
    display:block;
}

.conditions		
{ 
    font-size:11px; 
    color:#000; 
    float:right; 
    width:275px; 
    margin:10px 0; 
    line-height:20px;
}
    
.checkboxAccept	
{ 
    float:left;
    width:25px; 
    margin:13px 0; 
}

.Sbutton 		
{ 
    height:74px; 
    width:130px; 
    background:transparent url(submit.png) no-repeat; 
    border:0; 
    cursor:pointer; 
    margin:5px 0 0 170px; 
    }
