@charset "utf-8";


#message_red {
	font-family: Arial,Helvetica,sans-serif;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 105;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	color: #ffffff;
	padding: 6px 0px 5px 0px;
	background-color: #ffa480;
}

#message_green {
	font-family: Arial,Helvetica,sans-serif;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 105;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	color: #ffffff;
	padding: 6px 0px 5px 0px;
	background-color: #b8d992;
}
