.wizard 
{
    width: 100%;
}

.wizard-sidebar 
{
    width: 140px;
    padding-right: 10px;
}

.wizard-sidebar a 
{
    display: block;
    margin: 3px;
}

.wizard-navigation 
{
    padding-top: 20px;
}

.wizard-step 
{
    width: 800px;
}

table.wizard-header 
{
    margin: 10px 0px;
}

.wizard tr td 
{
    vertical-align: top;
}

.wizard-step-number-active, .wizard-step-number-inactive, .wizard-step-title-active, .wizard-step-title-inactive
{
    padding: 5px;
}

.wizard-step-number-active, .wizard-step-title-active 
{
    font-weight: bold;
}

.ErrorMessage, .errormessage, .error-message
{
    color: Red;
    font-weight: bold;
}