.success {
   color: #60B060;
   font-weight: bold;
   border: 1px solid #A0C0A0;
   background-color: #D0F0D0;
   padding: 10px;
   font-family: trebuchet ms, arial, sans-serif;
   font-size: 12px;
}

.warning {
   color: #D04040;
   font-weight: bold;
   border: 1px solid #C0A0A0;
   background-color: #F0D0D0;
   padding: 10px;
   font-family: trebuchet ms, arial, sans-serif;
   font-size: 12px;
}

.cancelled {
   color: #60B060;
   font-weight: bold;
   border: 1px solid #A0C0A0;
   background-color: #D0F0D0;
   padding: 10px;
   font-family: trebuchet ms, arial, sans-serif;
   font-size: 12px;
}