#msg_win{
position:absolute;
right:2px;
display:none;
overflow:hidden;
z-index:99;
border:1px solid #ffffff;
background:#f8f8f8;
width:105px;
font-size:12px;
margin:0px;
}

#msg_win .icos{
position:absolute;
top:-5px;
*top:-5px;
right:2px;
z-index:9;
}
#msg_win .icos a{
float:left;
color:#737373;
margin:1px;
text-align:center;
font-weight:bold;
width:14px;
height:22px;
line-height:22px;
padding:1px;
text-decoration:none;
font-family:webdings;
}
#msg_win .icos a:hover{
color:#870300;
}
 #msg_title{
 font-size: 12px;
 color:#737373;
 height:20px;
 line-height:20px; 
 font-weight:bold;
 font-family: "ËÎÌå";
text-align:left;
padding-left:3px;
 }
 #msg_content{
 width:110px;
 height:105px;
 overflow:hidden;
 font-size: 14px;
 color:#f9fc28;
 text-align:center;
 }