/* Notices and Errors */
div.error-message {
clear: both;
color: red;
font-size:90%;
}
p.error {
background-color: #e32;
color: #fff;
font-family:arial,sans-serif;
font-size: 120%;
line-height: 140%;
padding: 0.8em;
margin: 1em 0;
}
p.error em {
color: #000;
font-weight: normal;
line-height: 140%;
}
.notice {
background-color: #ffcc00;
color: #000;
display: block;
font-family:arial,sans-serif;
font-size: 120%;
line-height: 140%;
padding: 0.8em;
margin: 1em 0;
}
/* Flash Messages */
div.message {
clear: both;
padding:10px;
font-size: 120%;
min-height:25px;
}
.success {
border:1px solid #a2de9e;
color: green;
margin:0 0 10px 0;
background:#ebffcb;
}
.error {
border:1px solid #ffcc00;
color: #c60000;
margin:0 0 10px 0;
background:#ffffcc;
}
