.flash_box {
    margin: 40px 10% 0px 10%;
	text-align: left;
	padding: 15px 20px 15px 45px;
}

.flash_info {
	background: #7EB3FC url(/img/icons/information.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	border: 4px solid #B5D4FE;
}


.flash_success {
	background: #C2FCC2 url(/img/icons/tick.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	border: 4px solid #0A0;
}

.flash_warning {
	background: #fff6bf url(/img/icons/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	border: 4px solid #ffd324;
}

.flash_error {
	background: #F5BFBF url(/img/icons/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	border: 4px solid #F21313;
}
