@media all
{
	
	div.topInfo {
		display: none;
		width: 100%;
		position: fixed;
		z-index:100;
		top: 0px;
		background-color: #606060;
		border-bottom: 2px solid #404040;
		text-align: center;
		color: white;
		padding: 20px 0;
		font-size: 1.5em;
		opacity: 0.9;
		text-shadow: 2px 2px 4px #000000;
	}
	
	div.topInfo.success {
		background-color: #21A800;
		border-bottom: 2px solid #248B00;		
	}
	
	div.topInfo.alert {
		background-color: #AA0002;
		border-bottom: 2px solid #840002;		
	}
}