/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	/*background-image: url(../pics/arrow_left.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
  top:-3px;
}

#JT_arrow_right{
	/*background-image: url(../pics/arrow_right.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
  top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 0px solid #F22E2E;
	/*background-color: #fff;*/
	text-align: justify;
	
	color:#BCBCBC;
	font-family:Arial;
  font-size:0.75em;
  text-align:justify;
  width:442px !important;
  min-height: 107px;
  background: white url(../images/dotaznik-popup-bg.png) repeat-y scroll left bottom;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../pics/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	/*background-color: #F22E2E;*/
	text-align: left;
	padding-left: 8px;
	/*padding-bottom: 5px;*/
	/*padding-top: 2px;*/
	font-weight:bold;
	color: white;
	background: black url(../images/dotaznik-popup-top.png) no-repeat scroll left top;
	height: 29px;
	line-height: 29px;
}

#JT_close_right{
	background-color: #F22E2E;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color: white;
	background: black url(../images/dotaznik-popup-top.png) no-repeat scroll left top;
}

#JT_copy p{
  margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
  cursor:help;
}




.JT_bottom {
  background: blue url(../images/dotaznik-popup-bottom.png) no-repeat scroll left top;
  display: block;
  height: 4px;
  width: 442px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 0px;
  bottom: -4px;
}
