.info {
  background: transparent url(../images/signs.png) no-repeat 0 0;
  color: #0099FF;
  font-weight: bold;
  height: 38px;
  margin: 5px;
  padding-left: 60px;
  padding-top: 10px;
  text-align: left;
}
.error {
  background: transparent url(../images/signs.png) no-repeat 0 -48px;
  color: red;
  font-weight: bold;
  height: 38px;
  margin: 5px;
  padding-left: 60px;
  padding-top: 10px;
  text-align: left;
}
.question {
  background: transparent url(../images/signs.png) no-repeat 0 -96px;
  color: blue;
  font-weight: bold;
  height: 38px;
  margin: 5px;
  padding-left: 60px;
  padding-top: 10px;
  text-align: left;
}
.warning {
  background: transparent url(../images/signs.png) no-repeat 0 -144px;
  color: black;
  font-weight: bold;
  height: 38px;
  margin: 5px;
  padding-left: 60px;
  padding-top: 10px;
  text-align: left;
}
h1.info, h1.error, h1.question, h1.warning,
h2.info, h2.error, h2.question, h2.warning,
h3.info, h3.error, h3.question, h3.warning,
h4.info, h4.error, h4.question, h4.warning,
h5.info, h5.error, h5.question, h5.warning,
h6.info, h6.error, h6.question, h6.warning {
  line-height: 32px !important;
  padding: 10px 0 0 60px !important;
}
