/* CSS Document */
#PopUp{
position:fixed;
z-index:10;
top:35px;
font-size:11px;
padding:0;
height:370px;
width:600px; 
border: solid #9aa63f 10px;
padding: 10px;
background-color: #FFFFFF;
text-align: justify; 
font-size: 12px; 
left:295px;
}
#PopUps{
position:fixed;
z-index:10;
top:96px;
font-size:11px;
padding:0;
height:350px;
width:400px; 
border: solid #9aa63f 10px;
padding: 10px;
background-color: #FFFFFF;
text-align: justify; 
font-size: 12px; 
left:377px;
}



