﻿html, body, form
{
    height: 720px;
}

body
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: #70ad00 url(/gfx/main-bg.jpg) repeat-x;
}

body, input, select, textarea, td
{
    font-family: Trebuchet MS, Arial;
    font-size: 11px;
}

#globalWrapper
{
    width: 100%;
    height: 100%;
    text-align: left;
    background: url(/gfx/inner-bg.jpg) no-repeat top center;
}
    #globalHeader
    {
        height: 165px;
        overflow: hidden;
        /*background: url(/gfx/header-bg.jpg) no-repeat;*/
    }
        #globalHeader .home
        {
            position: relative;
            display: block;
            width: 290px;
            height: 50px;
            left: 40px;
            top: 100px;
        }
            #globalHeader .home span
            {
                display: none;
            }
            
            #globalSharing
            {
                float: right;
                width: 70px;
                height: 30px;
                margin-top: 130px;
                /*background: url(/gfx/sharing.png) no-repeat;*/
            }
                #globalSharing a
                {
                    float: left;
                    display: block;
                    width: 31px;
                    height: 30px;
                }
                    #globalSharing a span
                    {
                        display: none;          
                    }                                   
     
    #globalMiddle
    {
        overflow: hidden;
        font-size: 12px;
        /*background: url(/gfx/inner-bg.jpg) no-repeat; */
        width: 400px;
        height: 480px;
        margin: 0 auto;
        padding-left: 250px;
        padding-top: 70px;
    }
        #globalMenu
        {
            width: 324px;
            height: 26px;
        }
        .flaps1
        {
            background: url(/gfx/flaps1-bg.jpg) no-repeat;
        }
        .flaps2
        {
            background: url(/gfx/flaps2-bg.jpg) no-repeat;
        }        
            #globalMenu .flap1 
            {
                display: block;
                width: 131px;
                height: 26px;
                text-decoration: none;
                margin-left: 24px;
                cursor: pointer;
            }
            #globalMenu .flap2
            {
                display: block;
                width: 131px;
                height: 26px;
                text-decoration: none;
                margin-right: 25px;
                cursor: pointer;
            }
                #globalMenu .flap1 span,
                #globalMenu .flap2 span
                {
                    color: #355001;
                    font-family: Trebuchet MS, Arial, Helvetica;
                    font-size: 14px;
                    font-weight: bold;
                    /*letter-spacing: -1px;*/
                    padding: 4px 0 0 0;
                    text-align: center;
                    display: block;
                }   
        #globalContent
        {
            width: 324px;
            background: #add613 url(/gfx/content-bg.gif) no-repeat top;
        }   
            #globalContent .margin
            {
                padding: 10px 25px 15px 25px;
                height: 250px;
                background: url(/gfx/content-footer.gif) no-repeat bottom left;
            }  
        
        #globalInfo
        {
            position: absolute;
            width: 275px;
        }
        #globalForm
        {
        }
            #globalForm input.text
            {
                width: 125px;
            }
                #firstNamesPrint
                {
                    width: 125px;
                    overflow: normal;
                }
                    #firstNamesPrint .name
                    {
                        background: url(/gfx/minus.jpg) no-repeat right;
                        padding-right: 13px;
                        cursor: pointer;
                        line-height: 11px;
                    }               
            
    #globalSharing
    {
        width: 100px;
        margin: 25px 0 0 0;
        float: left;
    }   
        #globalSharing a
        {
            float: left;
            margin-right: 10px;
        }
    #crossLink
    {
        width: 180px;
        height: 100px;
        margin-right: 25px;
    }        
        #crossLink span
        {
            display: none;
        }
    #videoLink
    {
        display: block;
        width: 150px;
        height: 40px;
        position: relative;
        top: 95px;
        left: -205px;
    }        
        #videoLink span
        {
            display: none;
        }        

#validation,
#success,
#firstNameList
{
    text-align: left;
    display: none;
}
    #validation h3,
    #success h3
    {
        font-size: 11px;
        margin: 10px 0 10px 0;
    }
    #firstNameList select
    {
        width: 150px;
    }    
    
            
