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

.tip            { width:255px; font-family:Arial, Helvetica, sans-serif; background-color:#f00; border:#00f solid 3px; }  
.tip-top        { width:255px; height:5px; }  
.tip-title      { color:#fff; margin:4px; font-weight:bold; text-align:center; }  
.tip-text       { color:#333; background-color:#fff; padding:8px; }  
.tip-bottom     { width:255px; height:5px; } 

