﻿.wizard-navigation-box
{
    /*border: 1px solid #C0C0C0;*/
    width: 750px;
    background-color: #99CCFF;
}
.wizard-navigation-link
{
    border: 1px solid #C0C0C0;
    width: 100px;
    margin-right: 5px;
    clear: none;
    height: 18px;
    float: left;
    padding:2px;
}
.wizard-navigation-link-selected
{
    border: 1px solid #C0C0C0;
    font-weight: bold;
    width: 100px;
    margin-right: 5px;
    background-color: #FFFFCC;
    clear: none;
    height: 18px;
    float: left;
    padding:2px;
}
.wizard-pages-box
{
    border: 1px solid #C0C0C0;
    width:750px;
}
.wizard-buttons-box
{
    border: 1px solid #C0C0C0;
    text-align: right;
}
.wizard-buttons-back
{
    border: 1px solid #3399FF;
}
.wizard-buttons-next
{
    border: 1px solid #00FF00;
}
.wizard-buttons-finish
{
    border: 1px solid #FF0000;
}

