@charset "gb2312";
/* CSS Document */
.STYLE1 {font-size: 12px}
#msg_win{
	position:absolute;
	right:0px;
	display:none;
	overflow:hidden;
	z-index:99;
	border:1px solid #d4221d;
	background:#ffffff;
	width:160px;
	font-size:12px;
	margin:0px;
}
#msg_win .icos{
	position:absolute;
	top:0px;
    *top:0px;		
	right:2px;
	z-index:9;
}
.icos a{float:left;color:#FFFFFF;margin:1px;text-align:center;font-weight:bold;width:14px;height:22px;line-height:22px;padding:1px;text-decoration:none;font-family:webdings;}
.icos a:hover{color:#FFCC00;}
#msg_title{
	background:#d4221d;
	color:#FFFFFF;
	height:1px;
	line-height:1px;
	text-indent:1px;
	font-weight:bold;
}
#msg_content{
	margin-right:0;
	width:160px;
	height:90px;
	overflow:hidden;
}

