@charset "utf-8";
/* CSS Document */

.test{background-color:red; border:1px solid red;}
.popupstyle{
/*display: none; */
position: absolute; 
visibility: visible; 
top: 304.5px; 
left: 730.5px; 
z-index: 112;
display:none;
}

.popupBorder{
border: 10px solid #c9e0f1; 
background-color: #c9e0f1; 
width: 510px; 
height: 447px; 
}

.popupTitle{
font-size: 1.8em;
color: #005288;
margin-left:
}

.popupHeading{
color: #005288;
font-size: 1em;
}

.popupContent p{
font-size: 0.75em;}

.hilight{color: #005288;}
.hilight p{color: #005288;}

