﻿
.wizard
{
}
.wizardLinkButton
{
    color: #333333;
}
.wizardSideBar
{
    background-color: #BFDBFF;
    height: 100%;
    width: 200px;
    padding-top: 23px;
    padding-left: 23px;
    vertical-align: top;
}
.wizardHeader
{
    background-color: #284E98;
    color:white;
    text-align: center;
    border: solid 2px #EFF3FB;
}
.wizardSideBarItem
{
    color: #333333;
}
.wizardSideBarSelectedItem
{
    font-weight: bold;
    color: #333333;
}
.wizardStep
{
    padding: 8px;
    vertical-align: top;
}

.wizard legend {
    background-color: #fff;
    padding: 1px 3px;
    border-radius: 2px;
}

.wizard fieldset {
    background-color: #fff;
    border: none;
    border-radius: 2px;
}