/* Oh how I hate internet explorer... let me count the ways */

#loginBox{
    background: url(../images/loginBg.gif) no-repeat;
    height:221px;
    width:351px;
    float:right;
    margin-top:52px;
    margin-right:25px;
}

#topbar{
    padding:0;
    margin-bottom:-3px;
    display:block;
}

.hb{
    height:1px;
    display:block;
    margin:0 5px;
    padding:0px;
    background-color:#CCC;
    line-height:1px;
}

.leftColumn{
    height:400px;
 }

 .rightColumn{
    padding-right:11px;
}

html>body .rightColumn{ /* This exists solely for IE 7! */
    padding-right:53px;
}