.notice {
    clear: both;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    background: #c73e14;
    padding: 5px;
 }

.notice {
    background: #ffcc00;
    color: #000;
    display: block;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
}
.success {
	background: green;
	color: #fff;
}

.error-message, .fail {
    clear: both;
    color: #fff;
    font-weight: bold;
    background: #900;
}

.error-message, .warning {
clear: both;
color: #fff;
font-weight: bold;
background: #cd8c01;
}
