div#nojs
	{
		top: 0; 
		left: 0; 
		width:100%;
		height:80px;
		position:absolute;
		z-index:2000;
	}

p.error {
	background: #fff6bf url(../images/error.gif) top no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;	
	list-style: none;
	font-weight: 800;
	font-size:12px;	
}
