  body {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
  }
  #speedtest, #browsertest, #silverlighttest {
    margin: 6px;
    float: left;
    width: 220px;
  }
  #icon {
    width: 220px;
    height: 50px;
    margin: 20px auto;
    display: block;
    text-align: center;
  }
  .pass {
    background: url(http://www.prolibraries.com/library/images/icons/green_check_small.jpg) no-repeat center center;
  }
  /*
  .fail {
    background: url(http://www.prolibraries.com/library/images/icons/red_check_small.jpg) center center;
  }
  */
  .header {
    color: #808080;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  #warning1, #warning2, #warning3 {
    padding: 4px 0px 4px 24px;
    background: #FFE1CC url(http://www.prolibraries.com/library/images/icons/osc_inactive.png) no-repeat 4 3;
    line-height: 14px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%;
    font-size: 11px;
    display: none;
    margin: 4px;
  }
  #browser, #speed, #version {
    text-align: center;
  }
  #speed {
    cursor: pointer;
  }
  .clear {
    clear: both;
    float: none;
  }