/**
 * styling for tip content
 * mostly for example
 * note: canvas (the tip itself) cannot be styled here. use javascript options for that.
 */
.bt-content {
  font-size: small;
  color: #000;
  line-height: normal;
}

/* styling for active target elements - usually for background hilighting */
.bt-active {
  /* example:
  background-color: yellow !important*/
  }
 
.bt-icon {
	display: table-cell;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/images/help.gif);
	margin: 0 0 0 5px;
	padding: 0;
	vertical-align: middle;
}

.bt-input {
	/*display: table-cell;
	display: inline-block;*/
}
