/* MESSAGES AND ERRORS */

.message {
    background: url(../images/skin/action.jpg?222247) 8px 50% no-repeat;
    margin: 0 10px 5px 0;
    padding: 15px 0 0 50px;
    font-size:15px;
}

.success {
    background: url(../images/skin/success.jpg?222247) 8px 50% no-repeat;
    margin: 0 10px 5px 0;
    padding: 15px 0 0 50px;
    font-size:15px;
}


div.errors {
    color: #cc0000;
}
div.errors ul {
    list-style: none;
    padding: 0;	
}
div.errors li {
	background: url(../images/skin/error.jpg?222247) 8px 0% no-repeat;
    line-height: 18px;
    padding: 15px 0 0 50px;
    font-size:15px;
}

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

