table.error {
  width:80%;
  background:#A71101;	
  color:white;
  FONT-FAMILY: sans-serif; 
  FONT-SIZE: x-small;
}

table.error td.head {
  background:#FF442B;	
  font-weight:bold;
}

table.error td.message {
  background:#FFB351;
  color:black;	  
}

table.error td.detail {
  background:#FFC321;
  color:black;	    
  FONT-SIZE: xx-small;
}

