	/* =Flash data styling
--------------------------------------------------------*/
div.flash_success {
	background:#E2F9E3 url('/images/icons/green_tick.gif') no-repeat 8px 17px; 
	padding: 16px 10px 15px 42px; 
	margin: 0;
	font-size: 1.3em;
	color: #000;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 9999999999;
	}

div.flash_error {
	background: #FBE6F2 url('/images/icons/error.png') no-repeat 8px 17px; 
	padding: 16px 10px 15px 42px; 
	margin: 0;
	font-size: 1.3em;
	color: #000;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 99999999999;
	}