/* Style sheet for custome popup-box*/


.popup_box {
background-color:#E6E6E6;
border-bottom:1px solid #1562B8;
border-left:1px solid #1562B8;
border-right:1px solid #1562B8;
color:#666666;
font-family:arial,verdana,ms sans serif;
font-size:12px;
font-weight:bold;
padding:4px 20px 5px 30px;
text-decoration:none;
}

