.error {
  padding-right: 22px;
  color: #E50000;
  background: url(../images/bullet-error.gif) no-repeat top right;
}

.message {
  padding-right: 22px;
  color: #4F89D2;
  background: url(../images/bullet-info.gif) no-repeat top right;
}

.tips {
  padding-right: 22px;
  color: #E86D29;
  background: url(../images/bullet-tips.gif) no-repeat top right;
}

.highlight {
  border-bottom: 1px dotted;
  background: #DFE5EC;
  font-weight: bold;
}

p.stickynote {
  padding: 25px 60px 15px 20px;
  background: url(../images/sticky-bg.gif) no-repeat top right #4F89D2;
  color: #FFFFFF;
}

p.clipnote {
  padding: 25px 60px 15px 20px;
  background: url(../images/clip-bg.gif) no-repeat top right #4F89D2;
  color: #FFFFFF;
}

.blocknumber {
  position: relative;
  clear: both;
  padding: 5px 10px 10px; 
}

.bignumber {
  float: left;
  font: 30px/normal Arial, sans-serif;
  font-weight: bold;
  color: #4F89D2;
  display: block;
  margin-right: 5px;
  margin-bottom: 5px;
}