﻿h2
{
    margin-top: 20px;   
}

#eula
{
    width: 600px;
    height: 200px;
    overflow: auto;
    border: 1px solid grey;
    padding: 5px;
}


    
#registerForm
{
    border: 1px solid #d3d3d3;
    padding: 0px 20px 20px 20px; 
}
    #registerForm label
    {
        font-family: Georgia;
        font-size: 12px;   
    }

    #registerForm h2
    {
        font-family: Georgia;
        font-size: 15px;
        margin-bottom: 20px;
    }
    
        #contactInformation
        {
        }
        #contactInformation label
        {
            width: 100px;
        }
        #contactInformation input
        {
            margin-bottom: 1px;
        }
        #contactInformation br
        {
            clear: both;
        }
        #contactInformation .error
        {
            color: Red;
        }