html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
	overflow: hidden; 
/* */ 
}
body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
}
#content {
	display:block; 
	height:100%; 
	max-height:100%; 
	overflow:auto;
	padding-top:1.7em; 
	position:relative; 
	z-index:40; 
	word-wrap:break-word;
}
#needjs {
	position:absolute; 
	margin:0; 
	top:0; 
	right:18px; 
	display:block; 
	width:100%; 
	z-index:5000; 

	color: red;
	background-color: #FFFFE1;
	background-color:  InfoBackground;
	border-top: 1px solid ButtonHighlight;
	border-bottom: 1px solid ButtonShadow;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	font-weight:bold;
	height: 1.7em;
	line-height: 1.7em;
}

#needjs .message {
	padding: 0 8px;
	text-align: center;
	z-index:5000;
}
