.message_bar{
	width: 60%;
	position: absolute;
	top: 50px;
	left: 0;
	border-bottom: 0.2em solid black;
	cursor: pointer;
	background-color: white;
	padding: 0.5em;
	box-shadow: 4px 4px 0px #DEE1DA;
	padding-left: 20%;
	padding-right: 20%;
	z-index: 99;
	font-size: 1em;
	
	-moz-box-shadow: 0 0 5px #999999;
	-webkit-box-shadow: 0 0 5px#999999;
	box-shadow: 0 0 8px #999999;	
}
.message_bar th{
	text-align: left;
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 1.2em;
}
.message_bar > img{
	margin-right: 0.5em;	
}
#msg-img{
	width: 10%;	
}
.false-box{
	border-color: #4B2927;
	border-top:0;
	background-color: #FFD3D4;
	background-color: rgba(255,211,212,0.9);
}
.true-box{
	border-color: #5E7C56;
	border-top:0;
	background-color: #D4FECC;
	background-color: rgba(212,254,204,0.85);
}
.true-box th{
	color: #508648;	
}
.false-box th{
	color: #5E211E;	
}
.message_bar button{
	position: absolute;
	top: 0;
	right: 0;
	color: black;
	cursor: pointer;
	display:none;
}
.message_bar table{
	width: 100%;	
}
@media print{
	#msg_bar{
		display:none;	
	}
}