@charset "utf-8";
/* ChillTip Style Sheet */

.title{
background:#000;
border:2px solid #333;
display:none;
font-family:"Trebuchet MS",Arial,"Helvetica",sans-serif;
font-size:11px;
height:auto;
min-width:10px;
max-width:245px;
position:absolute;
width:auto;
z-index:1001;
border-radius:5px;
}
* html .title{
width:245px;
}
.title p{
color:#fff;
float:left;
margin:0;
padding:10px;
/*text-align:justify;*/
width:auto;
}
.title p span.blue{
color:#007eff;
} 
