.notice-box {
    background: #323232 !important;
    color: #fff;
}
.notice-box p {
    font-weight: bold;
    font-size: 16px;
	padding: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.notice.error {
    border-left-color: #323232;
}
.error a {
    text-decoration: none;
}
.notice-box {
    box-shadow: 2px 4px 4px #888888 !important;
}
.notice-box.notice-success.is-dismissible.flat_responsive_notice {
    border-left: 3px solid #f73aab;
}
a.rateme {
    background: #f73aab;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 2px;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
}
a.dismiss {
	background: #f73aab;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 2px;
    border-radius: 5px;
}