/* Custom CSS Additions for Customer Sites */

/* Over-ride only the elements you need to for custom styles */

/* DO NOT COPY PASTE AN ENTIRE CSS FROM SMART OR FIRSTBAG IN TO HERE! */

#CustomerLogo
{
   /* Use ../images because we are in the site folder */
   background-image: url('../images/zafire.png'); 
   /* Make sure these match the logo dimensions exactly and/or resize logo so that it is 52px high */
   width: 206px;
   height: 52px;
}            

.MainForm {
margin-left: auto;
margin-right: auto;
}

.TopMenu {
font-size: 9pt;
padding-top: 6px;
}

.TopMenuDropDownContainer {
font-size: 9pt;
}

.TopMenuDropDownItem {
width: auto;
white-space: nowrap;
margin-right: -5px;
}

.tabHeader LI {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

.FusionBox {
border-radius: 4px;
}

.FusionRepBody {
border-radius: 4px;
}

.FusionLabelHeader {
border-radius: 4px;
}

.WinCont {
border-radius: 6px;
}
