/*****************************/ /* JS Helpballon 4 Mootools  */
	/* JS by: Isu, Css by: Ughoo */ /*****************************/
div.helpballoon {
	position: absolute;
	display: block;
	width: 295px;
	height: auto;
}

/*	div.helpballoon div {border:1px solid green;}*/
div.helpballoon div.hb-content-holder {
	display: block;
	width: auto;
	height: auto;
	background-position: -3px -30px;
	background-repeat: no-repeat;
	position: relative;
}

div.helpballoon div.hb-content { /*margin:0px 35px 0px 35px;*/
	margin: 0 auto;
	width: 215px;
	height: auto;
	overflow: hidden;
	color: #000000;
	z-index: 1000 !important;
	font-family: Arial, sans-serif;
	color: #62905f;
}

div.hb-content h3 {
	padding-left: 0px;
	color: #d63787;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	padding-bottom: 3px;
}

div.hb-content strong {
	padding-left: 0px;
	color: #62905f;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	padding-bottom: 3px;
}

div.hb-top,div.hb-bottom {
	display: block;
	width: auto;
	height: 30px;
	background-repeat: no-repeat;
}

div.hb-bottom {
	height: 35px;
}

div.hb-top {
	background-position: -3px top;
}

div.hb-bottom {
	background-position: -3px bottom;
}

.hb-left-top div.hb-top,.hb-left-top div.hb-bottom,.hb-left-top div.hb-content-holder
	{
	background-image: url(/template/new/images/left-top.png);
}

/*
.hb-left-bottom div.hb-top,
.hb-left-bottom div.hb-bottom,
.hb-left-bottom div.hb-content-holder  {
	background-image: url(../images/left-bottom.png);
}

.hb-right-bottom div.hb-top,
.hb-right-bottom  div.hb-bottom,
.hb-right-bottom div.hb-content-holder {
	background-image: url(../images/right-bottom.png);
}
*/
.hb-right-top div.hb-top,.hb-right-top div.hb-bottom,.hb-right-top div.hb-content-holder
	{
	background-image: url(/template/new/images/right-top.png);
}

.hb-close {
	position: relative;
	float: right;
	visibility: hidden;
	cursor: pointer;
	width: 10px;
	height: 10px;
	background: transparent url(/template/new/images/close.gif) center center no-repeat
		;
	margin: 0px 0px 5px 5px;
}

.hb-btn-cancel,.hb-btn-cancel:hover,.hb-btn-register,.hb-btn-register:hover
	{
	text-decoration: none !important;
	border: 0px none !important;
	margin: 5px 0px 0px 0px;
}

.hb-btn-cancel {
	float: right;
	font-weight: normal;
}

.hb-btn-register {
	float: left;
	font-weight: bold;
}

.hb-btn-register span.link_text {
	display: block;
	float: left;
	line-height: 19px;
	padding-bottom: 1px;
	vertical-align: middle;
	font-size: 12px;
	text-decoration: none;
	padding-left: 20px;
	cursor: pointer;
	color: #000000;
}

.hb-btn-register span.link_text {
	background: url(/img/btn_ok.gif) left top no-repeat;
}

.hb-btn-register span.link_right {
	display: block;
	float: left;
	padding-left: 10px;
	line-height: 20px;
	height: 20px;
}

.hb-btn-register span.link_right {
	background: url(/img/btn_ok.gif) right top no-repeat;
}