﻿.hiddenPlz{
display:none;
visibility:collapse;
}
.hidePlz {
display:none;
visibility:collapse;
}
.showPlz {
visibility:visible;
}
.curserPlz {
cursor:pointer;
}
.centerNoteOuter {
background-image:url(images/massBackground.png);
background-repeat:repeat;
height:800px;
left:0;
position:absolute;
top:0;
width:100%;
z-index:100;
}
.centerNoteInner {
background-color:#FFFFFF;
border:1px solid #000000;
display:block;
height:auto;
left:0;
margin-left:auto;
margin-right:auto;
margin-top:175px;
max-height:550px;
overflow-x:hidden;
overflow-y:scroll;
padding:8px;
position:relative;
width:550px;
}
