.error, .notice, .success {
border:2px solid #DDDDDD;
margin-bottom:1em;
padding:0.8em;
}

.error {
background:#FBE3E4 none repeat scroll 0 0;
border-color:#FBC2C4;
color:#8A1F11;
}

.notice, .error, .success {
border-width:1px 0;
margin:0 0 15px 15px;
font-size:11px;
}