/* Disclaimer page css */
div.form-top {
	background: transparent url(../images/backgrounds/newsletter_top.gif) no-repeat top left;
	width: 474px;
	border-bottom: 1px dotted #ccc;
}
div.form-top h4 {
	padding: 15px 0 0 15px;
}
div.form-content {
	width: 470px;
	padding: 15px 0 0 0;
	border-left: solid 2px #eff1f4;
	border-right: solid 2px #eff1f4;
}
span.errormessage {
	background: url(../images/icons/warning.gif) no-repeat 0 0;
	height: 25px;
	width: 450px;
	padding: 5px 0 0 30px;
	display: block;
	margin: 0 0 1px 12px;
}
div.form-content form {
	width: 430px;
}
div.form-bottom {
	background: transparent url(../images/backgrounds/newsletter_bottom.gif) no-repeat top left;
	width: 474px;
	height:15px;
}
div.floatbox {
	float: right;
	width: 318px;
	height: 100px;
}
div.disclaimer {
	position:relative;
	padding-bottom: 120px;
	z-index: 101;
}
div.door {
	position: absolute;
	background: transparent url(../images/backgrounds/disclaimer_door.png) no-repeat;
	right: 2px;
	top: 2px;
	width: 775px;
	height: 490px;
	z-index: 102;
}
div.disclaimer-content {
}
div.intro-wrapper {
	position: relative;
	z-index: 103;
}
div.text {
	position: relative;
	z-index: 101;
}
div.disclaimer form {
	width: 400px;
}
div.disclaimer form input {
	display: block;
}
div.disclaimer-content form fieldset legend {
	display: none;
}
div.disclaimer-top {
	background: transparent url(../images/backgrounds/disclaimer_top.gif) no-repeat left top;
	width: 960px;
	height: 15px;
}
div.disclaimer-bottom {
	background: transparent url(../images/backgrounds/disclaimer_bottom.gif) no-repeat left top;
	width: 960px;
	height: 15px;
	margin-bottom: 20px;
}
div.disclaimer-content {
	border-left: solid 2px #edf0f3;
	border-right: solid 2px #edf0f3;
	padding: 30px 20px 12px 50px;
}
div.disclaimer-content h2 {
	padding-bottom: 10px;
}
div.disclaimer-content .intro {
	width:500px;
	padding-bottom: 5px;
}
div.disclaimer-content .intro-wrapper {
	height: 351px;
}
div.disclaimer-content form {
	padding: 20px 0;
	height: 60px;
	position: relative;
	display: block;
}
div.disclaimer-content form fieldset {
	position: relative;
}
div.disclaimer-content form fieldset label {
	position: absolute;
	left: 25px;
	top: 0px;
	line-height: 1.3em;
}
div.disclaimer-content form fieldset .agree {
	background: transparent url(../images/buttons/agree_off.gif) no-repeat left bottom;
	cursor: pointer;
	border: none 0;
	width: 160px;
	height: 37px;
	position: absolute;
	left: 0px;
	top: 55px;
	line-height: 0;
	font-size: 0;
}
div.disclaimer-content form fieldset .agree:hover {
	background: transparent url(../images/buttons/agree_hover.gif) no-repeat left bottom;
}
a.decline { 
	width: 160px;
	height: 37px;
	position: absolute;
	left: 170px;
	top: 55px;
	background: transparent url(../images/buttons/decline_on.gif) no-repeat left bottom;
}
a.decline:hover {
	background: transparent url(../images/buttons/decline_hover_btn.gif) no-repeat left bottom;
}
a.decline span {
	display: none;
}
a.back-link {
	width: 87px;
	height: 35px;
	background: transparent url(../images/buttons/terug.gif) no-repeat left bottom;
	display: block;
}
a.back-link:hover {
	background: transparent url(../images/buttons/terug_hover.gif) no-repeat left bottom;
}
a.back-link span {
	display: none;
}
div.disclaimer-content form fieldset .on {
	background: transparent url(../images/buttons/agree_on.gif) no-repeat left bottom;
}
div.text {
	border-top: 2px solid #edf0f3;
	padding: 32px 0 20px 0;
	margin-top: 25px;
	display: none;
	line-height: 1.4em;
}
div.disclaimer-content p,
div.text p {
	font-size: 1em;
	line-height: 1.4em;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
span.disclaimer-message {
	font-weight: bold;
}
