.status_box {
	padding:10px;
	background:#FFF bottom center repeat-x;
	border:none;
	white-space:normal;
    margin: 5px 10px;
	max-width: 670px;
	display: flex;
}
.status_box h6 {
	display: none;
	text-align:left;
	font-size:1.0em;
	font-weight:bold;
	margin: 5px auto 5px 5px;
}
.status_box ul {
	text-align:left;
	margin: 0;
	padding-left: 0;
	color: #000;
	align-self: center;
}


.status_box ul li {
	list-style:none;
	font-weight: bold;
	color: #4a4a4a;
	/*white-space: nowrap;*/
}
.status_box.info {
	border-color: #33CCFF;
	background-image:url('../images/bg_info.gif');
}
.status_box.info h6 {
	display: none;
	color: #33CCFF; background: url(../icons/information.png) no-repeat 0px 50%; padding-left: 25px; }

.status_box.success {
	border-color: #00CC00;
	background-color: #dbefd7;
	box-sizing: border-box;
}
.status_box.success h6 {
	display: none;
	color: #00CC00; background: url(../icons/accept.png) no-repeat 0px 50%; padding-left: 25px;
}
.status_box.warning {
	border:none;
	background-color: #f2e1e5;
}
.status_box.warning h6 {
	display: none;
	color: #FF6600; background: url(../icons/error.png) no-repeat 0px 50%; padding-left: 25px;
}
.status_box.error {
	background-color: #f2e1e5;
	border: none;
	height: 70px;
	max-width: 670px;
	box-sizing: border-box;
	margin-left: 0;
}
.status_box.error h6 { display: none }

.status_box .logo, .status_box .logo {
	width:84px;
	background-position: center left;
	background-repeat: no-repeat;
	min-height: 35px;
	margin-left: 10px;
}

.status_box.warning .logo, .status_box.error .logo {
	background-image: url('/assets/public/images/icon-attention-2.png');
}

.status_box.success .logo {
	background-image: url('/assets/public/images/icon-success.png');
}
