#bdinfo {
  background: #ebebeb;
  width: 250px;
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 10px;
  border-collapse: collapse;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

#bdinfo h2 {
  color: #2c2c2c;
  text-align: center;
  display: block;
  font-weight: bold;
  text-transform: uppercase; }

#bdinfo a.DesCls {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: url(../img/ico-close.gif) no-repeat;
  text-indent: -9999px;
  display: block;
  font-size: 14px; }

#bdinfo ul li {
  list-style: circle inside; }

#bdinfo .alert {
  text-decoration: blink;
  color: #c40000; }

#bdinfo a {
  text-decoration: underline !important; }

#bdinfo ul {
  max-height: 250px;
  overflow: auto; }

.alert {
  color: #c40000;
  text-decoration: blink; }

td.alert {
  color: #c40000;
  text-decoration: blink; }

