
div.snippet {
 width: 287px; 
}

div.snippet_header {
  cursor: default;
  /*border: 1px solid #000;*/
}

div.snippet_headertext {
  background: #000;
  height: 24px;
  margin: 0px;
  padding: 6px 0px 0px 12px; /* also check the height of the element */
  border-bottom: 12px solid #990000;
  border-top-right-radius: 16px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: 'Tahoma', 'sans-serif';
  font-weight: normal;
}

div.callout {
  position: relative;
}

div.triangle {
	width: 0;
	height: 0;
	border-right: 12px solid transparent;
	border-top: 14px solid #990000;
	border-left: 12px solid transparent;
  position: relative;
  top: -1px;
  left: 14px; /* change left for div.star */
}

div.star {
  position: relative;
  top: -22px;
  left: 21px;
  font-size: 10px;
  color: #FFF;
}

div.snippet_content {
  position: relative;
  top: -14px; /* take consideration for bottom padding */
/*  border: 1px solid #000; */
}