﻿@charset "utf-8";
/* CSS Document */

/** Browser not supported error */

.BrowserSupport {
  background: #aabfef;
  text-align: center;
  padding: 5px 0px;
}

.browserList a {
  display: inline-block;
  width: 172px;
  height: 32px;
  margin: 0px 5px;
}

.browserList #ie8 {
  background: url(/IPHCA/images/common/ie8.jpg);
}

.browserList #ff35 {
  background: url(/IPHCA/images/common/firefox35.jpg);
}

.browserList #chrome {
  background: url(/IPHCA/images/common/chrome.jpg);
}