@charset "utf-8";
.toolTips{
position:relative;
z-index:1;
}
.toolTip{
min-width:200px;
background-color:#FFF;
border:1px solid #CCC;
position:absolute;
left:10px;
top:20px;
}
.closeButton{
width:16px;
height:16px;
background-image:url("../imgs/close.png");
position:absolute;
right:5px;
top:5px;
}
.false, .true{
display:none;
}
