.tip_right{
    color:#14cccc;
    padding-left:20px;
    width: 125px;
    background:url(../images/right.png) no-repeat left center;
    background-image:-webkit-image-set(url('../images/right.png') 1x,url('../images/right@2x.png') 2x);
}
.tip_wrong{
    color:#999;
    padding-left:20px;
    white-space:nowrap;
    background:url(../images/error.png) no-repeat left center;
    background-image:-webkit-image-set(url('../images/error.png') 1x,url('../images/error@2x.png') 2x);
}
.tip_loading{
    padding-left:20px;
    background:url(../images/loading.gif) no-repeat left center;
}
.tip_error{
    background-color:#ffe7e7;
}
#tip_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999');}
#tip_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#tip_msg .tip_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#000;}
#tip_msg a.tip_close:link,#tip_msg a.tip_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#tip_msg a.tip_close:hover{color:#cc0;}
#tip_msg .tip_info{padding:8px;border:1px solid #000; border-top:none; text-align:left;}