/*.tool_tip{
z-index:10; display:none; padding:5px 4px;
margin-top:0px; margin-right:0px;
width:100px; line-height:16px;
position:absolute; color:#ffffff;
border:1px solid #DCA; background:#0061a1;
font-size:11px;

}*/
.tool_tip {
    z-index: 10;
    display: none;
    padding: 5px 4px;
    margin-top: 0px;
    margin-right: 0px;
    width: 100px;
    line-height: 16px;
    position: absolute;
    color: #ffffff;
    border: 1px solid #DCA;
    background: #0061a1;
    font-size: 11px;
}
.pointer {z-index:20;position:absolute;top:12px;border:0;left:20px;content: ""; display:none;
    margin-left: -5px;
    border-width: 10px;
    z-index:9999;
    border-style: solid;
    border-color: transparent transparent #0061a1 transparent;}

.pointer2 {z-index:20;position:absolute;top:46px;border:0;left:20px;content: ""; display:none;
    margin-left: -5px;
    border-width: 10px;
    z-index:9999;
    border-style: solid;
    border-color: transparent transparent #0061a1 transparent;}

.msg{ 
position: fixed;
top:20%;
right: 50%;
FONT-SIZE: 12px;
font-family: Verdana;
border-style: solid;
border-width: 1px;
border-color:red;
padding:10px;
width:350px;
background-color: #f1f1f1;
display: none;
}

