﻿/* ------------------------------------------------------------------
Source File: ie5.css 
Styles specific to Internet Explorer 5 (but not 5.5) for Windows
---------------------------------------------------------------------*/
/* we explictly set font-size to a fixed value for IE 5, for reasons of predictability 
and consistency with other GTL styles so that sites can use consistent approaches for setting width and
changing font-size relative to this base value */
body, 
td,  
th
{
  font-size: 11px;
}

#msnpartnerheader .msnhead .primary input.button
{
    height: 20px;
    width: 86px;
}

#msnpartnerheader .msnhead .site .name
{
  margin: -6px 0 0 0;
  position: relative;
}

#msnpartnerheader .chrome
{
  background-color: #fff;
  border-bottom: 3px solid #06c;
  height: 1px;
}

#msnpartnerheader .msnhead ul
{
   /* float: right;*/
}

#msnpartnerheader .msnhead li 
{
    float: left;
}

#msnpartnerheader .partnernav li 
{
    padding: 0 0.6em;
}