﻿body {
}

#containerdiv
{
 
}
#top
{
    position: relative;
    margin-top: 0px;
    float: left;
    clear: both;
    width: 676px;
    border: solid 1px green;
    border-bottom: none;
    padding-top: 8px;
    
    padding-left: 5px;
    color: Green;
    background-color: #cfeba7;
    height: 20px;
}
#left
{
    clear: left;
    border: solid 1px green;
    width: 320px;
    position: relative;
    float: left;
    padding: 10px;
    height: 300px;
}

#left input
{
    width: 150px;
}

#right
{
    border: solid 1px green;
    border-left: none;
    position: relative;
    width: 320px;
    float: left;
    height: 150px;
    padding: 10px;
}

#rightLowerPasswordTitle
{
    position: relative;
    
    float: left;
    
    width: 335px;
    border: solid 1px green;
    border-left: none;
    border-top: none;
    padding-top: 8px;
    
    padding-left: 5px;
    color: Green;
    background-color: #cfeba7;
    height: 20px;
}

#rightLower
{
    border: solid 1px green;
    border-left: none;
    border-top: none;
    position: relative;
    width: 320px;
    height: 100px;
    padding: 10px;
    float: left;
}

#passwordTable
{
    margin-top: 10px;
}

#leftCol
{
	float: left;
	width: 685px;
}

#bottom
{
	float: left;
    width: 676px;
    border: solid 1px green;
    border-top: none;
    
    padding-left: 5px;
    clear: both;
    text-align: center;
    padding-bottom: 0px;
}

.formLabel
{
    font-weight: bold;
}

#login
{
    position: relative;
    float:right; 
    margin-right: 30px;  
}

#thankyouheading
{
    background-image: url('/images/greensclub/signup/thankyou_heading.jpg');
    background-repeat: no-repeat;
    width: 758px;
    height: 73px;
    margin-bottom: 10px;
    margin-top: 10px;
}

h1 span.thankyou
{
    color: Black;
}

