@charset "utf-8";
/* ChillTip Style Sheet */

.title{
background-color:#009966;
border:1px solid #000;
display:none;
font-family:Arial,"Helvetica",sans-serif;
font-size:14px;
height:auto;
min-width:10px;
max-width:200px;
position:absolute;
width:auto;
z-index:1001;
}
* html .title{
width:200px;
}
.title p{
color:#FFF;
float:left;
margin:0;
padding:10px;
text-align:left;
width:auto;
}
.title p span.blue{
color:#0FF;
}

