div.jquery-gdakram-tooltip {
	width: 355px;
	color: white;
	font-size: 12px;
	position: absolute;
	z-index: 10000;
	top: 0px;
	left: 0px;
	display: none;
	
}

div.jquery-gdakram-tooltip div.content {
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  color:#000;
  background-color: #A8D715;
  width: 330px;
  min-height: 20px;
  float: left;
  padding:10px 10px 0 10px;
  margin:0 0 0 -100px;
 
}

div.jquery-gdakram-tooltip div.content h1 {
  font-size: 18px;
  padding-bottom: 0px;
}

div.jquery-gdakram-tooltip div.content h2 {
	color: #000000;
	font-size: 20px;
	margin: 0px !important;
	padding:0px !important;
}


div.jquery-gdakram-tooltip div.content p{
	margin:0px !important;
}

div.jquery-gdakram-tooltip div.up_arrow {
  /* background : url('images/up_arrow.png') 60px 0px no-repeat;  */
  width: 100%;
  height: 16px;
}

div.jquery-gdakram-tooltip div.down_arrow {
  /*background : url('images/down_arrow.png') 60px 0px no-repeat; */
  width: 100%;
  height: 16px;
}

div.jquery-gdakram-tooltip div.left_arrow {
  height: 100%;
}

div.jquery-gdakram-tooltip div.left_arrow {
  float:left;
   /*  background : url('images/left_arrow.png') 0px 0px no-repeat;  */
  width: 20px;
  height: 0px;
  position: relative;
  top: 10px;
  left: 0px;
}

div.jquery-gdakram-tooltip div.right_arrow {
  float:right;
  /* background : url('images/right_arrow.png') 0px 0px no-repeat; */
  width: 20px;
  height: 0px;
  position: relative;
  top: 10px;
  right: 20px;
}

.content p{line-height:20px;width:300px;}
.content{width:300px !important;}
