.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;
}
.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}