.tooltipster-light {
	border-radius: 3px; 
	border-bottom: 3px solid #ff0000;
  box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
	background: #eeeeee;
	color: #666666;
}
.tooltipster-light .tooltipster-content {
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}
a.boxclose{
    float:right;
    margin-top:-5px;
    margin-right:-7px;
    cursor:pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 5px;
    background: #ff0000;
    /*font-size: 31px;*/
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 7px 3px;       
}
.boxclose:before {
    content: "×";
}