/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../img/messages/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;
}
div.errors li {
	background: url(../img/messages/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

span.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

.note {
  background-image: url(../img/messages/note.gif);
  background-repeat: no-repeat;
  background-position: 15px 50%;  
  border: 1px solid #F0C000;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 10px;
  padding-left: 40px;
  line-height: 100%;
  background-color: #FFFFCE;
  text-align: left;
}