@charset "utf-8";

/* CSS Document */
#info-box {
	position: absolute;
	width: 100%;
	margin-top: 10px;
	z-index: 10;
	left: 0px;
	font-family: Arial;
}

/* redbox style */
#redbox-out {
	width: 50%;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	background-color: #a63938;
	margin: 0 auto;
	padding: 1px;
}

#redbox-in {
	width: 100%;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	background-color: #f17e7d;
}

.red-warning {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* greenbox style */
#greenbox-out {
	width: 50%;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	background-color: #2d621b;
	margin: 0 auto;
	padding: 1px;
}

#greenbox-in {
	width: 100%;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	background-color: #82c849;
}

.green-warning {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}