.helped     {border:2px solid #cc0030;border-radius:10px;position:absolute;z-index:10;background-color:transparent}

#cont-helpbox {
	display:none;
	z-index:10;
}

.helpbox-right,.helpbox-left {
	z-index:2;
	background: url("/media/images/bg_texture.png") repeat scroll center center white;
	opacity: 1.0;
 	border: 1px solid #cc0030;
	border-radius: 5px;
	box-shadow: 5px 2px 10px #777777;
}
.helpbox-right p,.helpbox-left p {margin:0;padding:10;}
.gerlumpharas {position:absolute;bottom:-1;right:-3}

.helpbox-right:after  {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 13px;
	border-style: solid;
	border-width: 14px 5px 0;
	border-color: #ffffff transparent;
	display: block;
	width: 0;
	z-index: 2;
}
.helpbox-right:before {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 12px;
	border-style: solid;
	border-width: 15px 6px 0;
	border-color: #cc0030 transparent;
	display: block;
	width: 0;
	z-index: 1;
}
.helpbox-left:after {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 275px;
	border-style: solid;
	border-width: 14px 5px 0;
	border-color: #ffffff transparent;
	display: block;
	width: 0;
	z-index: 2;
}

.helpbox-left:before {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 274px;
	border-style: solid;
	border-width: 15px 6px 0;
	border-color: #cc0030 transparent;
	display: block;
	width: 0;
	z-index: 1;
}
