.tipsy { font-family: 'PTSansRegular', Arial, sans-serif; text-align: left; font-size: 14px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #90ba55; z-index: 1000000;margin-top:60px; margin-right:40px;color: #000; width: 200px; padding: 15px; text-align: left; }

  /* Rounded corners */
  .tipsy-inner { 
	border: 1px solid #718e00;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-bottomright: 40px;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
}
  /* Uncomment for shadow */
  .tipsy-inner { position:relative;z-index: 100000;box-shadow: 3px 3px 10px #000000; -webkit-box-shadow: 3px 3px 10px #000000; -moz-box-shadow: 3px 3px 10px #000000; 
	-moz-box-shadow:    inset 0 0 10px #718e00;
	   -webkit-box-shadow: inset 0 0 10px #718e00;
	   box-shadow:         inset 0 0 10px #718e00;
	}
   
  .tipsy-arrow { position: absolute; z-index: 50;width: 40px; background-color:#718e00; height: 19px; line-height: 0; border: 5px dashed #718e00; }



  .tipsy-e .tipsy-arrow { right: 0; top: 50%; z-index: 50;margin-top: -15px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
