﻿body {
    font-family: Tahoma, Verdana, Arial;
    font-size: .9em;}

#PageWrapper {}

#WizardWrapper {
    margin: 0px auto;
    width: 900px;
    height: 500px;
    background: url(/Images/Wizard/Background.jpg);
    background-repeat: no-repeat;}

    #WizardHeaderWrapper {
        width: 896px;
        height: 26px;
        padding: 2px;}
        
        #WizardHeaderLeft {
            float: left;
            color: #FFFFFF;
            padding: 2px 0 0 6px;
            font-size: 18px;
            font-weight: bold;}
        
        #WizardHeaderRight {
            float: right;
            color: #909090;
            font-size: 16px;
            color: #BBDDBB;
            padding: 3px 6px 0 0;}
            
    #WizardControlsWrapper {
        width: 896px;
        height: 16px;
        padding: 2px 0 2px 4px;
        font-size: 14px;}
        
        #WizardControlsLeft {
            float: left;}
            
            #WizardControlsLeft a {
                color: #606060;
                text-decoration: none;}
                
            #WizardControlsLeft a:hover {
                color: #006600;}
        
        #WizardControlsRight {
            float: right;}

    #WizardHistory {
        float: left;
        width: 190px;
        padding: 5px;}
    
    #WizardContentsWrapper {
        float: left;
        width: 700px;}
        
        #WizardMainQuestion {
            color: #006600;
            font-size: 20px;
            padding: 5px;}
        
        #WizardContentsLeft {
            float: left;
            width: 150px;
            text-align: center;}
            
        #WizardContentsRight {
            float: left;
            width: 550px;}
            
            #WizardHelpText {
                color: #909090;
                font-size: .9em;
                padding: 2px 10px 2px 10px;}
            
            #WizardFields {
                text-align: center;}
            
            #WizardButtons {
                text-align: center;
                padding: 7px 2px 2px 2px;}
    
                #WizardButtons a {
                    font-size: 14px;
                    background-image: url(/Images/Wizard/Buttons/off.jpg);
                    background-color: #006600;
                    color: #FFFFFF;
                    text-decoration: none;
                    margin: 1px;
                    padding: 3px 20px 3px 20px;}
                
                #WizardButtons a:hover {
                    background-image: url(/Images/Wizard/Buttons/on.jpg);
                    background-color: #008800;}

a {
    color: #006600;}