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

.tip { position: relative; top:0px; left: 0px; width:214px; font-family:Arial, Helvetica, sans-serif; background-color:#FFFFFF; padding: 10px; z-index:1000;}
.tip-top { position: relative;height:11px; width:234px; background:#FFF; z-index:1000; }
.tip-title	  {position: relative;  color:#000; font-weight:bold; margin:3px 3px 0px 0px; background-color:#FFFFFF; z-index:1000;}
.tip-text { position: relative; color:#000; padding:0px 0px 0px 0px;background-color:#FFFFFF; z-index:1000; }
.tip-bottom { position: relative; width:214px; height:11px; background:url(../images/core/home_tip_bottom.gif) left bottom no-repeat; z-index:1000;}
