.popupstyle{
font-family: Verdana;
position:absolute;
top: -400px;
left: 0;
margin: -50px 0px 0px 160px;
padding: 15px;
visibility: hidden;
border:1px solid #4943a3;
font:normal 10px Verdana;
color: #404040;
z-index: 100;
background-color: white;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=#807dac,direction=135,Strength=3);
}

.popupstyle h2{
margin: 0px;
font-weight: bold;
font-size: 10px;
}

#arrowhead{
z-index: 99;
position:absolute;
top: -400px;
left: 0;
margin: -12px 0px 0px 146px;
visibility: hidden;
}


