.errorBox { 
  font-size : 10px; 
  font-weight: bold; 
}
.messageBox {
     font-size : 10px;
}
.stockWarning { 
  font-size : 10px; 
  color: #f00; 
}
SPAN.errorText, .messageStackError {
  color: #005EA7;
  font-size: 11px;  
}
.messageStackError, .messageStackWarning { 
  font-size: 10px; 
  background-color: #ffb3b5; 
}
.messageStackSuccess { 
    font-size: 10px; 
    background-color: #99ff00; 
}
tr.headerError {
}
td.headerError {
  background: #DCDEB3; 
  font-size: 11px;
  color: red;
  text-align : center;
}
tr.headerInfo {
}
td.headerInfo {
  font-size: 11px;
  background: #DCDEB3;
  color: #000000;
  text-align: center;
}
tr.headerError {
}
td.headerError {
     font-size : 12px;
     background : #ff0000;
     color : #ffffff;
     font-weight : bold;
}
.infoBoxNotice {
  background: #005EA7;
margin: 0 auto 0 auto; border: 6px solid #8ff; background-color: #6bb; color: #000; padding: 10px 20px 10px 20px; text-aligment: center; border-radius: 6px; -moz-border-radius: 6px;
}
.infoBoxNoticeContents {
 /* background: #FFE6E6;*/
 /* font-size: 10px;*/
  color: #111;
}
