#flashmessages {
	width: 75%;
	margin:  0 auto;
	border: 1px solid;
	line-height: 50px;
	font-weight: bolder;
	text-indent: 6%;
	text-align: left;
}

.info{
	color: #1E5EB6;
	background: #E0F0FF url(/images/css/front/info.png) 1% no-repeat;	
}

.success{
	color: #009911;
	background: #DDFFDD url(/images/css/front/tick.png) 1% no-repeat;
}

.error{
	color: #FF1212;
	background: #FFD0C0 url(/images/css/front/error.png) 1% no-repeat;
}

