.gen_overlay{
	background-color: rgba( 0,0,0,0.5 );
}
div#messages{
	width: 40%;
	overflow: hidden;
	position: fixed;
	left: 30%;
	top: 0;
	z-index: 100;
	padding: 2%;
	color: rgb(255, 255, 255);
	background-color: rgb(225,112,9);
	background-color: rgba(225,112,9,0.85);
	text-align: center;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	box-shadow: 0 0  8px 4px rgba(20,20,20,0.5);
	behavior:url("assets/PIE.htc");
}

div#messages ul{
	list-style-type: none;
	margin: 0;
}
