﻿/*
IMPORTANT
Read Before Editing
*******************

This is where all theme based aesthetic customizations go

NOTE: this can be turned off by the user, so no functional dependencies!!!

*******************
*/
fieldset {
    margin-top: 20px;
    border: 0px;
}

legend {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

#navContainer ul {    
    display: block;
    width: 100%;
    height: 20px;
}

#navContainer ul li { float: left; display: block; margin-left: 40px; }

#rootContentArea_lab_ro_ofr_auctionItem_title {
    font-size: 2em;
    font-weight: bold;
}

div.topContextMessages {
    font-size: 18px;
}

div.topInfoMessages {
    color:blue;
}

div.topWarningMessages {
    color: darkorange;
}