div.messages, div.status, div.warning, div.error { min-height: 21px; margin: 0px 10px; border: medium none; padding: 5px 15px 15px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 204); }
div.status {  }
div.warning {  }
div.warning, tr.warning { color: rgb(0, 0, 0); background-color: rgb(255, 255, 204); }
div.error {  }
div.error, tr.error { color: rgb(153, 0, 0); background-color: rgb(255, 238, 238); }
div.messages ul { margin-top: 0px; margin-bottom: 0px; }
