#newShutter {
background: #333;
opacity: 0.7;
position: fixed;
height: 100%;
width: 100%;
top: 0;
filter: alpha(opacity=70);
left: 0;
z-index:1000;
}

body { height: 100%; padding: 0; margin: 0;    }

#newInfo {
position: fixed;
width: 400px;
right:20px;
overflow: auto;
height: 85%;
background: #fff;
top: 0;
margin-top: 10px;
border: 5px solid #FF9A00;
z-index:10000;
}


* html #newInfo, * html #newShutter {
position: absolute;
}

.hidden a:link {
    	 font:8pt sans-serif;
	 color: #E7F3FF;
	 text-decoration: none;
	 background-color: #E7F3FF;
}

.hidden a:visited {
    	 font:8pt sans-serif;
	 color: #E7F3FF;
	 text-decoration: none;
	 background-color: #E7F3FF;
}

.hidden a:hover {
    font:8pt sans-serif;
    text-decoration: none;
    color: #E7F3FF;
    background-color: #E7F3FF;
}