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

.tip { position: relative; width:120px; font-family:Arial, Helvetica, sans-serif; background-color:#434545; padding: 10px; z-index:1000; }
.tip-top { position: relative;height:11px; width:120px; z-index:1000; }
.tip-title	  {position: relative;  color:#FFFFFF; font-weight:bold; margin:3 3 0 0; background-color:#434545; z-index:1000;}
.tip-text { position: relative; color:#FFFFFF; padding:0px 0px 0px 0px;background-color:#434545; z-index:1000; }
.tip-bottom { position: relative; width:120px; height:11px; z-index:1000;}