@charset "UTF-8";
/* CSS Document */

.tip { position: relative; width:173px; font-family:Arial, Helvetica, sans-serif; background-color:#8f9292; padding-top:4px;padding-left: 10px;padding-right: 10px; z-index:1000;}
.tip-top { position: relative;height:11px; width:193px; background:url(../images/core/tip_top.png) top left no-repeat;z-index:1000; }
.tip-title	  {position: relative;  color:#FFFFFF; font-weight:bold; margin:0px; background-color:#8f9292; z-index:1000;}
.tip-text { position: relative; color:#FFFFFF; padding:0px 0px 0px 0px;background-color:#8f9292; z-index:1000; }
.tip-bottom { position: relative; width:193px; height:11px; background:url(../images/core/tip_bottom.png) left bottom no-repeat; z-index:1000;}
