﻿body 
{
    
}



#registration table
{
    border-right:1px solid #D2D2D2; 
    border-top:1px solid #D2D2D2;
    color:#111111;
    font-size:13px;
    margin:12px 0 0;
    margin-left:30px;
     
    
}


#registration table td
{
border-bottom:1px solid #D2D2D2;
border-left:1px solid #D2D2D2;
padding:5px;
vertical-align:top;
 
}

.td1
{
	  min-width:160px;
	/*border-bottom:1px solid #D2D2D2;
border-left:1px solid #D2D2D2;
padding:5px;
vertical-align:top;*/
	
}
.td2
{
	   max-width:620px;
	/*border-bottom:1px solid #D2D2D2;
border-left:1px solid #D2D2D2;
padding:5px;
vertical-align:top;*/
	
}


a.button
{
  background:transparent url(images/button-register1.gif) no-repeat scroll left top;
color:#FFFFFF;
display:block;
font-size:18px;
font-weight:bold;
height:45px;
line-height:45px;
padding:0 55px 0 0;
posi/tion:absolute;
rig/ht:0;
text-align:center;
text-transform:uppercase;
top:0;
width:165px;  
}



a.button:hover {
background-position: 0 -45px;
}


a.button_regular
{
    border:1px solid black;
    padding:5px 30px 5px 30px;
    background-color:#52b038;
    color:White;
    font-weight:bold;
    text-transform:uppercase;
    margin-left:100px;
}
a.button_regular:hover
{
    background-color:#85c230;
    color:White;
    font-weight:bold;
    text-transform:uppercase;
}

#registration div.invisible
{
    display:none;
}

#registration div#login_box
{
    margin-left:40px;
    border:1px solid black;
    width:400px;
    padding:20px 0 20px 20px;
    background-color:#a8ce2a;
    
}

#registration div#login_box label
{
    float:left;
    width:100px;
     
}

#registration table td ul li table
{
    border:none;
    }
    
#registration table td ul li table td
{
    border:none;
}

#registration table td img
{
    vertical-align:top;
    }
    
#registration h1
{
    margin-left:30px;
    color:#218F00;
    font-weight:bold;
    font-size:1.8em;
    text-transform:uppercase;
    
}

#registration h3
{
    margin-left:30px;
    margin-top:40px;
    font-weight:bold;
    }

#registration p
{
    margin:0 30px 0 30px;
    font-size:1.1em;
}