.lightbox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	z-index: 999;
}

.errorbox,
.helpbox {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 748px;
	height: 542px;
	margin-left: -374px;
	margin-top: -271px;
	background-image: url('/fileadmin/bod_libs/images/img_helpbox/helpbox.gif');
	display: none;
	z-index: 1000;
}

.addbox {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 748px;
	height: auto;
	margin-left: -374px;
	margin-top: -271px;
	display: none;
	z-index: 1000;
}

.messagebox {
	position: fixed;
	left: 50%;
	top: 0px;
	width: 748px;
	height: auto;
	margin-top: 0px;
	margin-left: -374px;
	display: none;
	z-index: 1000;
}

* html .errorbox,
* html .helpbox,
* html .addbox,
* html .messagebox {
	position: absolute;
}

.helpbox .close,
.addbox .top .close,
.messagebox .top .close {
	width: 16px;
	height: 16px;
	margin-top: 8px;
	margin-left: 710px;
	background-image: url('/fileadmin/bod_libs/images/img_helpbox/close.gif');
	cursor: pointer;
}

.addbox .top .close,
.messagebox .top .close {
	position: relative;
	top: 4px;
	left: 710px;
	margin: 0px;
}

.errorbox .content {
	margin: 27px 45px;
}

.helpbox .content,
.addbox .middle .content,
.messagebox .middle .content {
	margin: 27px 23px 27px 25px;
}

.helpbox .content h4,
.addbox .middle .content h4,
.messagebox .middle .content h4 {
	color:#C9AC82;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
	padding: 0 20px;
	text-align:left;
}

.errorbox .content h5,
.helpbox .content h5,
.addbox .middle .content h5,
.messagebox .middle .content h5 {
	color: #C9AC82;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 20px;
	text-align:left;
}

.errorbox .content p,
.helpbox .content p,
.addbox .middle .content p,
.messagebox .middle .content p {
	margin: 10px 0 20px 0;
}

.helpbox .content p,
.addbox .middle .content p,
.messagebox .middle .content p {
	padding: 0 20px;
}

.errorbox {
	background: transparent;
	height: auto;
	top: 10%;
	margin-top: 0;
}

.errorbox .content {
	margin: 18px 0;
	background: url('/fileadmin/bod_libs/images/img_helpbox/box_mid.gif') repeat-y;
	padding: 15px 30px;
	padding-bottom: 80px;
}

.errorbox .close {
	position: absolute;
	right: 40px;
	bottom: 40px;
	background: url('/fileadmin/bod_libs/images/img_helpbox/ok.gif') left top no-repeat;
	width: 118px;
	height: 34px;
	cursor: pointer;
}


.errorbox img.top {
	position: absolute;
	left: 0;
	top: 0;
}

.errorbox img.bottom {
	position: absolute;
	left: 0;
	bottom: 0;
}

.addbox .top,
.messagebox .top {
	width: 748px;
	height: 40px;
	background: url('/fileadmin/bod_libs/images/img_messagebox/messagebox_top.gif') no-repeat;
}

.addbox .middle,
.messagebox .middle {
	width: 748px;
	height: auto;
	overflow: hidden;
	background: url('/fileadmin/bod_libs/images/img_messagebox/messagebox_middle.gif') repeat-y;
}

.addbox .bottom,
.messagebox .bottom {
	width: 748px;
	height: 40px;
	background: url('/fileadmin/bod_libs/images/img_messagebox/messagebox_bottom.gif') no-repeat;
}