td, th      { text-align:left; }
table.order { width:100%; border:1px solid black; padding: 3px; margin-bottom:3px; }
table.order tfoot th { text-align:right; }

div.errors
{ 
  padding:5px;
  padding-left:70px;
  min-height:  70px;
  background: url('/images/error.png') 5px 5px no-repeat;
  background-color:#ff9999;
  border:1px dotted #5e729c;
  -moz-border-radius:10px;
  margin:20px;
}

div.notices
{ 
  padding:5px;
  padding-left:70px;
  min-height:  70px;
  background: url('/images/notice.png') 5px 5px no-repeat;
  background-color:#ffffcc;
  border:1px dotted #5e729c;
  -moz-border-radius:10px;
  margin:20px;
}