/*Setup all boxes*/
#htb .info,
#htb .success,
#htb .error,
#htb .warning,
#htb .tip,
#htb .secure,
#htb .message,
#htb .download,
#htb .purchase,
#htb .print {
  margin:10px 0px; 
  padding:10px;
}

/*Styling for text inside boxes*/
#htb h4 {
  margin:5px 5px 5px 80px;
  padding:0; 
  font-size:16px;
}

#htb p {
  font-size:12px; 
  margin:5px 5px 5px 80px; 
}

/*Boxes*/
#htb .info {
  color:#0e7fad;
  background:#c0e9fa url('images/info.png') no-repeat; 
  background-position:30px 20px;
}

#htb .success {
  color:#4f8746;
  background:#d4ffcd url('images/success.png') no-repeat; 
  background-position:30px 20px;
}

#htb .error {
  color:#641f1a;
  background:#ffd2d4 url('images/error.png') no-repeat; 
  background-position:30px 20px;
}

#htb .warning {
  color:#9d9c49;
  background:#fdfdcb url('images/warning.png') no-repeat; 
  background-position:30px 20px;
}

#htb .tip {
  color:#c77d10;
  background:#f9d69e url('images/tip.png') no-repeat; 
  background-position:30px 20px;
}

#htb .secure {
  color:#9638f1;
  background:#e5cefc url('images/secure.png') no-repeat; 
  background-position:30px 20px;
}

#htb .message {
  color:#000;
  background:#efefef url('images/message.png') no-repeat; 
  background-position:30px 20px;
}

#htb .download {
  color:#04b5eb;
  background:#f7f7f7 url('images/download.png') no-repeat; 
  background-position:30px 20px;
}

#htb .purchase {
  color:#426164;
  background:#c2e1e3 url('images/purchase.png') no-repeat; 
  background-position:30px 20px;
}

#htb .print {
  color:#3c4b5e;
  background:#c8d9e3 url('images/print.png') no-repeat; 
  background-position:30px 20px;
}
