ul#flashes{
	list-style: none; 
	font-weight: bold;
	margin-left: 0px;
	margin-top: -8px;
	width: 100%;
	}
	
ul#flashes li{
	color: white;
	list-style-type: none;
	padding: 8px;
	margin-bottom: 8px;
	}

ul#flashes li.info{
	background-color: #f4f0c5;
	color:black;	
	border:	3px solid #efe573;
	}

ul#flashes li.error{
	background-color: #e8b4aa;
	color:black;
	border:	3px solid #ea978b;
	}

ul#flashes li.notice{
	background-color: #c5deb9;
	color:black;	
	border:	3px solid #94c88f;
	}
