.notice-box {
    background: #5960603b !important;
    color: #fff;
}
.notice-box p {
    font-weight: bold;
	line-height: 2.5;
    font-size: 16px;
	padding: 8px;
	color: #866c60;
}
.notice.error {
    /*border-left-color: #f47749;*/
	border: 3px solid #866c60;
}
.error a {
    text-decoration: none;
}
.notice-box {
    box-shadow: 2px 4px 4px #888888 !important;
}
a.rateme {
    padding: 6px;
    color: #fff;
	text-decoration: none;
    background-color: #ff794c9c;
}
a.dismiss {
    padding: 6px;
    color: #fff;
    text-decoration: none;
    background-color: #ff794c9c;
    margin: 0 10px;
}