div.msgContainer {
	position: absolute;
	top: -50px;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	margin: 0px;
}

p.msg {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;	
	white-space: nowrap;
	text-align: center;
	padding: 4px 4px 3px 4px;
}

div.msgNorm {
	background-color: #00f1a1;
}

div.msgNorm p.msg {
	color: #000000;
}

div.msgAlert {
	background-color: #a60000;
}

div.msgAlert p.msg {
	color: #ffffff;
}

