.overlayHeader  {
    height:25px;    
    /*width:99.1%;*/
    width:100%;
    /*margin-left:4px;*/
    font:bold 14px verdana,tahoma,sans-serif;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;    
    background: url(/fantasy/baseball/public/fe/img/overlay/header_middle.gif) top left repeat-x;  
    *margin-left:0px;       
    *width:100%;  
    /**height:20px; */   
}
.overlayTopLeftCorner  {
    background-image: url(/fantasy/baseball/public/fe/img/overlay/header_left.gif);
    background-repeat: no-repeat;
    background-position: top left;
    *margin:0px;
    height:25px;
    /**height:20px;*/
}
.overlayTopRightCorner {
   background-image: url(/fantasy/baseball/public/fe/img/overlay/header_right.gif);
    background-repeat: no-repeat;
    background-position: top right;
    *margin:0px;
    height:25px; 
    /**height:20px; */  
}

