.errorBox { 
  font-size : 11px; 

}
.messageBox {
     font-size : 11px;
}
.stockWarning { 
  font-size : 11px; 
  color: #f00; 
}
SPAN.errorText, .messageStackError {
 // color: #005EA7;
  font-size: 11px;  
}
.messageStackError, .messageStackWarning { 
  font-size: 11px; 
  // background-color: #ffb3b5; 
}
.messageStackSuccess { 
    font-size: 11px; 
   // background-color: #99ff00; 
   background: rgb(81, 160, 81);
   padding: 10px !important;
   margin-bottom: 10px;
   color:#fff;
}
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;

}
.infoBoxNotice {
  background: #005EA7;
}
.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 11px;
}

.msg-warning, .msg-wmessage,  .msg-success{
  /*color: red;*/
}

.qo_error{background: rgb(219, 62, 81);width: 96%;padding: 8px;margin-bottom: 10px;color:#fff;}
.qo_success{background: rgb(81, 160, 81);width: 96%;padding: 8px;margin-bottom: 10px;color:#fff;}