#status_container {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	width: 99%;
	text-align: center;
}

.status_msg {
	position: relative;
	z-index: 2;
	color: #000;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	
	margin-top: -30px;
}

.status_good {
	color: #aebc21; /* puke green */
}

.status_bad {
	color: #f8931e; /* orange */
}

#status_box {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	border: 2px solid #000;
	background-color: #011a21;
	width: 400px;
	height: 40px;

    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#status_close {
	position: relative;
	z-index: 1;
}