.tip{
	border:1px solid #666;
	width:250px;
	position:absolute;
	background-color:#fafafa;  
	}

.tip-header{
font-size:11px;
font-weight:bold;
background-color:#efefef;
border-bottom:1px solid #666;
height:18px;
line-height:18px;
vertical-align:middle;
margin-bottom:5px;
padding-left:7px
             
}

.tip-body{
	padding:7px;
	font-size:11px;

}

.tip-help{
  float:left;
  width:16px;
  height:16px;
  margin:2px 5px 0 0px;
  background-image:url(../images/meniu-contextual/help.png);
}


