.notice-box {
    /*background: #f47749 !important;*/
    color: #fff;
}
.notice-box p {
    font-weight: bold;
    font-size: 16px;
	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;
}