﻿/* Get inset borders to look good in non-IE browsers */
div.calcform-oddrow,
div.signupform-oddrow,
div.contactform-oddrow,
div.calcform-evenrow,
div.signupform-evenrow,
div.contactform-evenrow
{
    border-color: white;
}

/*  Fix home page banner in non-IE browsers
    NOTE: in IE6, it's necessary to specifically set overflow: hidden to prevent
    the banner from wrapping everything to the bottom. This IE6 workaround does
    not break IE7, but it does break FireFox which interprets the overflow: hidden
    to cut off the banner at the edge of the column. The code below overrides that
    setting.
*/
.info-box
{
    overflow: visible;
}