.syvtooltip {
	position: relative;
}

.syvtooltip .tooltip-body {
	color: #ffffff;
	display: none;
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	padding: 12px 20px;
	position: absolute;
	left: -10px;
	bottom: 35px;
	width: 380px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	
.syvtooltip .tooltip-body .tooltip-ok {
	border: none;
	bottom: -13px;
	height: 13px;
	left: 20px;
	position: absolute;
	width: 26px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
		
.tooltip-azul { color: #1d89b1; }		
.tooltip-azul .tooltip-body { border: 1px solid #317d9b; background: #1d8bb4; text-shadow: 0 1px 1px #0c5b76; }
.tooltip-azul .tooltip-ok { background: url("resim/ok-mavi.png") no-repeat top left; }


.tooltipp
{
  position: relative;
  cursor: help;
  display: inline-block;
  text-decoration: none;
  color: #222;
  outline: none;
}

.tooltipp span
{
  visibility: hidden;
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 999;
  width: 380px;
  margin-left: -127px;
  padding: 10px;
  border: 2px solid #317d9b;
  opacity: .9;
  background-color: #1d8bb4;
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  text-shadow:0 1px 1px #0c5b76;
}

.tooltipp:hover
{
  border: 0; /* IE6 fix */
}

.tooltipp:hover span
{
  visibility: visible;
}

.tooltipp span:before,
.tooltipp span:after
{
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid #ddd;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
}

.tooltipp span:before
{
  border-top-color: #ccc;
  bottom: -8px;
}
