.hornet.dialog h1 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 10px;
  background: #DCDCDC;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #F0F0F0), color-stop(0.5, #DCDCDC), color-stop(1.0, #CDCDCD));
  text-shadow: 1px 1px 1px #fff;
  border-top: 1px solid #eee;
}

.hornet.dialog h2 {
  color: #000;
  font-size: 22px;
  font-weight: normal;
}

.hornet.dialog .tools {
  margin: 5px 0;
}

.hornet.dialog .tools a {
  text-decoration: none;
  color: #004080;
}

.hornet .dialog p {
  margin: 10px 0;
}