
  div.browser_container div
  {
      display:inline;
  }

  div.browser_container
  {
      text-align:center;
  }

  br.small
  {
      height:5px;
      line-height: 5px;
      font-size: 5px;
  }
  
  a.button_red
  {
      text-align:center;
      padding:5px 15px;
      border:1px solid #9B0101 !important;
      background:#6A0303 url('../images/button_bg_rot.gif') repeat-x center top !important;
      cursor:pointer;
      font-weight: bold;
      width:150px !important;
      color:#fff;
  }  
  
  a.button_red_active
  {
      text-align:center;
      padding:5px 15px;
      border:1px solid #143C06 !important;
      background:#6A0303 url('../images/button_bg.gif') repeat-x center top !important;
      cursor:pointer;
      font-weight: bold;
      width:150px !important;
      color:#fff;
  }
