#alert
		{
			overflow: hidden;
			width: 100%;
			text-align: center;
			position: absolute;
			top: 0;
			left: 0;
			background-color: #cfc;
			border-bottom: 1px solid black;
			height: 0;
			color: #000;
			font: 20px/40px arial, sans-serif;
			opacity: .9;
		}
		
#alert.error
		{
			background-color: #fcc;
			color: red;
		}
