.scrollLayer {
scrollbar-3dlight-color: white;
scrollbar-arrow-color:gray;
scrollbar-base-color: gray;
scrollbar-darkshadow-color: gray;
scrollbar-highlight-color: white;
scrollbar-face-color: white;
scrollbar-shadow-color:gray;
scrollbar-track-color: white;
overflow: auto;
position: static;
}
.blurredBackground {
	/*
	filter: Alpha(Opacity=30);
	background-color: #FFFFFF;
*/
}


.layer {
	position: absolute; 
	z-index: 101;
	visibility: hidden;
}