﻿.WizardNav
{
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:71px;
    overflow:hidden;
    
    -moz-border-radius:0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -khtml-border-radius:0px 0px 10px 10px;
    border-radius:0px 0px 10px 10px;
}

.Wizard
{
    position:relative;
    margin:20px;    
    border:solid 1px #d3d3d3;
    padding-bottom:100px;
    overflow:hidden;
    
    -moz-border-radius:10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius:10px;
    border-radius:10px;
}

.WizardPage
{
    margin-bottom:10px;
    padding:20px;
    overflow-x:auto;
    overflow-y:hidden;
}

.wizardcontrols .wizardnext 
{ 
    margin-left: 76%; 
    width: 12%; 
}
.wizardcontrols .wizardprev
{ 
    width: 12%; 
}
#FirstPage .wizardcontrols .wizardnext
{ 
    margin-left: 88%; 
}
.WizardNextPrevious input.btn
{
	width:100px;
}
.WizardButtonPrevious
{
    position:absolute;
    left:20px;
    bottom: 80px;
}
.WizardButtonNext
{
    position:absolute;
    right:20px;
    bottom: 80px;
}
.WizardButtonNext a, .WizardButtonPrevious a
{
    width:100px;
}
.WizardControl
{
    background:#e7ebf4 url('Images/WizardSteps.png') no-repeat left top;
    height:71px;
    display:inline-block;
    text-decoration:none;
    color:#553986;
    float:left;
}
.WizardControl span
{
    line-height:71px;
    padding-right:40px;
    padding-left:30px;
    color:black;
}

.WizardControlCurrent
{
    background-position: left -142px;
    background-color:#8CB6DD;
    color:black;
}
.WizardControlPrevious
{
    background-position: left -213px;
    background-color:#4E82BD;
}
.WizardControlPrevious span 
{
    color:White !important;
}
.WizardControlNext
{
    background-position: left -71px;
}
.WizardControlFirst
{
    background-image: none !important;
    -moz-border-radius:0px 0px 0px 10px;
    -webkit-border-radius: 0px 0px 0px 10px;
    -khtml-border-radius:0px 0px 0px 10px;
    border-radius:0px 0px 0px 10px;
}
.WizardControlLast
{
    -moz-border-radius:0px 0px 10px 0px;
    -webkit-border-radius: 0px 0px 10px 0px;
    -khtml-border-radius:0px 0px 10px 0px;
    border-radius:0px 0px 10px 0px;
}
.WizardControlFirst span
{
    padding-left:20px !important;
}

