/* napoveda */
.objFormHelp{
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	width: 24px;
	margin-left: 4px;
	background: url("./img/design/objform/help.gif") 0 0 no-repeat;
	position: relative;
}
.objFormHelpHover{
	background-image: url("./img/design/objform/help-active.gif");
}
.objFormHelp span{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	line-height: 20px;
	cursor: pointer;
}

.htmltooltip{
	position: absolute;
	display: none;
	width: 200px;
	text-align: left;
}
.helpBoxClose{
	position: absolute;
	left: 8px;
	top: 0px;
	padding: 0;
}
.helpBoxClose a{
	text-decoration: none;
	font-size: 90%;
}
.helpBoxClose span{
	position: relative;
	top: 1px;
	font-size: 150%;
}
.helpBoxClose,.helpBoxClose a,.helpBoxClose span{
	color: #EEE;
}
.helpBoxClose a:hover{
	text-decoration: underline;
}
.htmltooltip h2{
	width: 200px;
	height: 31px;
	padding: 25px 10px 0 30px;
	color: #fff;
	font-weight: bold;
	background: url("./img/design/objform/help-top-bg.gif") left top no-repeat;
}
.helpBoxContent{
	margin-top:-20px;
	padding: 0px 10px 0px 10px;
	border: 1px #d2d2d2 solid;
	background-color: #F7FCFC;
	color:#000;
}
.helpBoxContent p,.helpBoxContent table,.helpBoxContent ul,.helpBoxContent ul{
	margin-bottom: 10px;
}