
/* Notification Boxes */
.result_async { float:left; width: 100%; }
.error { border:solid 1px #c00; background-color:#FFB7B7; color:#c00; }
.error span{ color:#c00 !important; margin-bottom:0 !important; }
.success { background-color:#A6FFA6; border:solid 1px #090; color:#090; }
.success span{ color:#090 !important; margin-bottom:0 !important; }
.error, .success { float:left; width:100%; border-radius:3px; }
.error .cab, .success .cab { float:left; padding:15px 20px; font-size:13px; }
.comment .success { margin: 0 0 15px 0;}