@charset "utf-8";
/* CSS Document */
#tipBox { position:absolute; left:50%; top:50%; padding:0 12px; width:178px; height:auto; z-index:999; display:none; font-size: 12px; font-family: "新宋体"; color: #333333;}
#tipBox b { position:relative; display:block; }
#tipBox .t, #tipBox .b { height:12px; width:100%; }
#tipBox .t { background:url(../images/tip-t.png) repeat-x; }
#tipBox .b { background:url(../images/tip-b.png) repeat-x; }
#tipBox .l, #tipBox .r { position:absolute; top:0; width:12px; height:100%; _height:999px; }
#tipBox .l { left:0; background:url(../images/tip-l.png) repeat-y; }
#tipBox .r { right:0; background:url(../images/tip-r.png) repeat-y; }
#tipBox .tl, #tipBox .tr, #tipBox .bl, #tipBox .br { position:absolute; height:12px; width:12px; top:0; }
#tipBox .tl { left:-12px; background:url(../images/tip-t-l.png) no-repeat; }
#tipBox .tr { right:-12px; background:url(../images/tip-t-r.png) no-repeat; }
#tipBox .bl { left:-12px; background:url(../images/tip-b-l.png) no-repeat; }
#tipBox .br { right:-12px; background:url(../images/tip-b-r.png) no-repeat; }
.tip { position:relative; padding:0px 12px; margin-left:-12px; width:178px; height:auto; overflow:hidden; }
.content { display:block; padding-bottom:5px; background:#fff; }
.tip .close { width:100%; text-align:right; }
.tip .close a { display:inline-block; height:15px; width:15px; overflow:hidden; background:url(../images/btn_8.jpg) no-repeat; }
.tip .close a:hover { background-position:-15px 0; }
#content { padding:0 9px; color:#4f4f4f; line-height:20px; }
#content a { color:#2c76c0; text-decoration:underline; }
#tipBox em { position:absolute; margin-top:-9px; margin-left:-14px; width:29px; height:16px; left:50%; top:100%; background:url(../images/icon_2.png) center 0 no-repeat; }

