﻿.IndexBody .LeftColumn
    {
        width: 500px;
        float: left;
    }
    .IndexBody .RightColumn
    {
        width: 500px;
        float: right;
    }
.IndexBody .LeftColumn h4
{
    font-size: 30px;
    color: #ef217f;
    margin: 0;
    padding: 0 0 0 20px;
}
.IndexBody .LeftColumn h5
{
    font-size: 24px;
    color: #333333;
    margin: 0;
}
.ThreeSteps
{
    margin: -75px 0 0 30px;
}
.ThreeSteps h3
    {
        font-family: Arial;
        font-size: 48px;
        color: #6d97f8;
        text-align: center;
        width: 350px;
        height: 53px;
        margin: 0 0 0 40px;
        padding: 0;
    }
    .StepsContainer
    {
        background-image: url(../images/StepsMain.png);
        background-position: top left;
        background-repeat: no-repeat;
        width: 382px;
        height: 127px;
        float: right;
        margin-right: 60px;
    }    
    .StepsContainer div
    {
        float: left;
    }
    .StepsContainer div img
    {
        width: 127px;
        height: 127px;
    }
   .StepsContainer .Dim
   {
        background-image: url(../images/DimmingLayer.png);
        background-position: top left;
        background-repeat: no-repeat;
   }
   .StepsContainer .Checked
   {
        background-image: url(../images/CheckMark.png);
        background-position: top left;
        background-repeat: no-repeat;
   }
.SignUpForm
{
    width: 483px;
    float: left;
}
    .SignUpForm .SignUpTop, .SignUpForm .SignUpBot
    {
        width: inherit;
        height: 21px;
        float: left;
    }
        .SignUpForm .SignUpTop div, .SignUpForm .SignUpBot div
        {           
            float: left;
        }
        .SignUpForm .Middle, .SignUpForm .Middle img
        {
            width: 441px;
            height: 21px;
        }
        .SignUpForm .SignUpTop .LeftCorner img
        {
            width: 21px;
            height: 21px;
            background-image: url(../images/SignUpTopLeft.png);
            background-position: top left;
            background-repeat: no-repeat;
        }
        .SignUpForm .SignUpTop .RightCorner img
        {
            width: 21px;
            height: 21px;
            background-image: url(../images/SignUpTopRight.png);
            background-position: top right;
            background-repeat: no-repeat;
        }
        .SignUpForm .SignUpTop .Middle img
        {
            background-image: url(../images/SignUpTop.png);
            background-position: top left;
            background-repeat: repeat-x;
        }
         .SignUpForm .SignUpBot .LeftCorner img
        {
            width: 21px;
            height: 21px;
            background-image: url(../images/SignUpBotLeft.png);
            background-position: top left;
            background-repeat: no-repeat;
        }
        .SignUpForm .SignUpBot .RightCorner img
        {
            width: 21px;
            height: 21px;
            background-image: url(../images/SignUpBotRight.png);
            background-position: top right;
            background-repeat: no-repeat;
        }
        .SignUpForm .SignUpBot .Middle img
        {
            background-image: url(../images/SignUpBot.png);
            background-position: top left;
            background-repeat: repeat-x;
        }
    .SignUpForm .SignUpBody
    {
      width: 100%;
      background-image: url(../images/SignUpBack.png);
      background-repeat: repeat-y; 
      float: left;
      font-size: 16px;
      color: #3a3a3a;
    }
    .SignUpForm .FormGroup
    {
        margin: 0 0 0 40px;
        padding: 10px 0 10px 0;
        border-bottom: 1px solid #9aa4b7;
        float: left;
        width: 402px;
    }
    .SignUpForm .LastGroup
    {
        padding: 10px 0 10px 0;
        margin: 0 0 0 40px;
        float: left;
        width: 402px;
    }
    .SignUpForm .Description
    {
        width: 160px;
        height: 25px;
        padding: 5px 0 0 0;
        margin: 0 12px 0 0;
    }
    .SignUpForm .Description2
    {
        height: 25px;
        padding: 5px 0 0 0;
    }
        .SignUpForm input
        {
            border: 0;
            margin: 0;
            font-size: 18px;            
        }
        .SignUpForm .Row
        {
            margin: 3px 0 3px 0;            
        }
        .SignUpForm .Textbox input, .SignUpForm .FileUpload .UploadTextbox
        {
            width: 215px;
            height: 25px;
            padding: 5px 0 0 5px;
            background-color: Transparent;
            background-image: url(../images/InputBackLg.jpg);
            background-repeat: no-repeat;
            background-position: top left;
        }
        .SignUpForm .DropDown select
        {
            width: 220px;
            height: 30px;
        }
        .SignUpForm .TextArea
        {
            width: 302px;
            margin: 5px;
            float: right;
        }
        .SignUpForm .TextArea textarea
        {
            width: 297px;
            height: 192px;
            padding: 5px 0 0 5px;
            border: 0;
            overflow: auto;
            background-color: Transparent;
            background-image: url(../images/InputBackLg.jpg);
            background-repeat: no-repeat;
            background-position: top left;
        }
        .SignUpForm .DateField input
        {       
            padding: 5px 0 0 5px;    
            height: 25px;
            background-color: Transparent;
            background-image: url(../images/InputBackLg.jpg);
            background-repeat: no-repeat;
            background-position: top left;
        }
        .SignUpForm .Radio
        {
            color: #666666;
        }
        .SignUpForm .DateField .Month
        {
            width: 70px;
        }
        .SignUpForm .DateField .Day
        {
            width: 60px;
        }
        .SignUpForm .DateField .Year
        {
            width: 70px;
        }
        .SignUpForm .ClearForm a
        {
            font-size: 14px;
            color: #ef217f;
        }
        .SignUpForm .LastRow
        {
            margin: 30px 0 0 0;
        }
        .SignUpForm .Back
        {
            margin: 0 20px 0 125px;         
        }
        .SignUpForm .Next
        {
            margin-left: 240px;
    margin-right: 0;
    margin-top: 0;
}
        .SignUpForm .FileUpload .UploadTextbox
        {
            margin: 0 5px 0 20px;
        }
        .SignUpForm .FileUpload i
        {
            font-size: 12px;
            color: #999999;
        }
        .SignUpForm .Preview
        {
            margin: 0 0 0 100px;
        }
.SignUpForm .Applicant .Cell, .SignUpForm .Spouse .Cell, .SignUpForm .Rating .Cell
{
    width: 370px;
    float: left;
}
        .SignUpForm .Applicant .Question b
        {
            color: #ef217f;
            font-weight: normal;
        }
        .SignUpForm .Applicant .Radio
        {
           margin: 0 0 0 15px;
           padding: 0 0 5px 0; 
        }
        .SignUpForm .Spouse, .SignUpForm .Rating
        {
            margin: 0 0 0 15px;
        }
        .SignUpForm .Spouse .Question, .SignUpForm .Rating .Question
        {
            border-top: 1px dotted white;
            padding: 5px 0 0 0;
        }
.Features
{
    width: 420px;
    float: left;
    margin: 20px 0 0 0;
}
    .Features .FeaturesTop
    {
        width: 100%;
        height: 47px;
        background-image: url(../images/FeatureHeader.png);
        background-repeat: no-repeat;
        background-position: top left;
        float: left;
    }
    .Features .FeaturesBody
    {
        width: 100%;
        background-image: url(../images/FeatureBody.png);
        background-repeat: repeat-y;
        background-position: top left;
        float: left;
    }
    .Features .FeaturesBot
    {
        background-image: url(../images/FeatureBot.png);
        background-repeat: no-repeat;
        background-position: bottom left;
        float: left;
        border: 0;
    }
        .Features .FeaturesBot img
        {
            width: 420px;
            height: 15px;
            border: 0;
        }
    .FeaturesTop h3
    {
        color: #ffffff;
        font-size: 24px;
        padding: 15px 0 0 15px;
        font-weight: normal;
    }
    .FeaturesBody .Row
    {
        border-bottom: 1px dotted #535966;
        width: 385px;
        height: 29px;
        padding: 12px 0 0 25px;
        margin: 0 0 0 5px;
        float: left;
        font-size: 16px;
        color: #333333;
    }
    .FeaturesBody .LastRow
    {
        border: 0;
    }
    .FeaturesBody .CheckMark
    {
        background-image: url(../images/CheckMarkSmall.png);
        background-position: center right;
        background-repeat:no-repeat;
        border: 0;
        margin: 0 10px 0 0;
        float: right;
    }
    .FeaturesBody .CheckMark img
    {
        width: 24px;
        height: 22px;
        border: 0;
    }
.PlanWrapper
{
    width: 483px;
    float: right;
    margin: 0 20px 0 0; 
}
.PlanWrapper h3
{
    font-size: 36px;
    margin: 0;
    padding: 0;
    color: #ef217f;  
   
}
.PlanForm
{   
    
    float: right;
    text-align: center;
}
    .PlanForm .PlanTop, .PlanForm .PlanBot
    {
        width: inherit;
        height: 25px;
        float: left;
    }
        .PlanForm .PlanTop div, .PlanForm .PlanBot div
        {           
            float: left;
        }
        .PlanForm .Middle, .PlanForm .Middle img
        {
            width: 433px;
            height: 25px;
        }
        .PlanForm .PlanTop .LeftCorner img
        {
            width: 25px;
            height: 25px;
            background-image: url(../images/PlanTopLeft.png);
            background-position: top left;
            background-repeat: no-repeat;
        }
        .PlanForm .PlanTop .RightCorner img
        {
            width: 25px;
            height: 25px;
            background-image: url(../images/PlanTopRight.png);
            background-position: top right;
            background-repeat: no-repeat;
        }
        .PlanForm .PlanTop .Middle img
        {
            background-image: url(../images/PlanTop.png);
            background-position: top left;
            background-repeat: repeat-x;
        }
         .PlanForm .PlanBot .LeftCorner img
        {
            width: 25px;
            height: 25px;
            background-image: url(../images/PlanBotLeft.png);
            background-position: top left;
            background-repeat: no-repeat;
        }
        .PlanForm .PlanBot .RightCorner img
        {
            width: 25px;
            height: 25px;
            background-image: url(../images/PlanBotRight.png);
            background-position: top right;
            background-repeat: no-repeat;
        }
        .PlanForm .PlanBot .Middle img
        {
            background-image: url(../images/PlanBot.png);
            background-position: top left;
            background-repeat: repeat-x;
        }
        .PlanForm .PlanBody
        {
            width: 483px;
            float: left;
            background-image: url(../images/PlanBack.png);
            background-position: top left;
            background-repeat: repeat-y;
        }
.PlanForm .PlanLeft
{
    float: left;
    width: 240px;
    border-right: 1px solid #b5065c;
    padding: 10px 0 10px 0;
}
.PlanForm .PlanRight
{
    float: left;
    width: 240px;
    padding: 10px 0 10px 0;
}
.PlanForm h5
{
    font-size: 36px;
    color: #333333;
    font-weight: normal;
}
    .PlanForm i
    {
        font-size: 14px;
        color: #666666;
        font-style: normal;
    }
    .PlanForm b
    {
        font-size: 16px;
        color: #b5065c;
        font-weight: normal;
    }
    .PlanForm span
    {
        font-size: 36px;
        color: #b20057;
    }