.error td {
    color: #D63301;
	color: #000000;
    background-color: #FFCCBA;
    background-image: url('icon/fail.png');
    border: 1px solid #D8000C;
    margin: 5px 0px;
    padding:5px 5px 5px 40px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
