/* this is the css style sheet for shutter page */


#newShutter {
background: #333;
opacity: 0.7;
position: fixed;
height: 2000px;
width: 100%;
top: 0;
filter: alpha(opacity=70);
left: 0;
}

body { height: 100%; padding: 0; margin: 0; }

#newInfo {
position: fixed;
width: 300px;
margin-left: -170px;
left: 50%;
padding: 20px;
background: #eee;
top: 0;
margin-top: 80px;
border: 6px double #5d5;
}

* html #newInfo, * html #newShutter {
position: absolute;
}
/*
.scrdiv1 {
width:100%;
height:100%;
overflow: auto;
}
html>body>div {

}*/

.closebut{
text-align: left ;border-bottom: 6px double #5d5;border-left: 6px double #5d5;top:0;margin-top:-25px;margin-right:-20px;}
