* {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	color:#000;
	font-size:11px;
	line-height:14px;
	font-family:Verdana, Arial, sans-serif;
}

h1 {
	font-size:12px;
	line-height:16px;
}

h2 {
	font-size:11px;
}

.fl_left {
	float:left;
}

.fl_clear {
	clear:left;
}

#container { 
	position:relative; 
	width:100%;
	/*height:340px;*/
	background: rgba(255,255,255,0) url(../img/logo_line.png) no-repeat left 13px;
}

#content {
	/*position:absolute;
	left:16px;
	top:50px;
	width:384px;
	height:282px;*/
	padding: 50px 1em 1em;
}

#content #headline {
	/*position:absolute;
	width:288px;
	height:14px;*/
}

#content #subheadline {
	padding: 1em 0 0.5em;
	/*position:absolute;
	top:42px;
	width:288px;
	height:14px;*/
}

#content #countries {
	/*position:absolute;
	top:60px;*/
	overflow: auto;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
#countries .formrow {
    float: left;
}

#content #countries .countrylabel {
	padding:2px 12px 0 6px;
}

img.nightjet_img {
	width:88px;
	height:14px;
	border:none;
	padding:4px 0 0 0;
}

#content #fieldsarea {
	/*position:absolute;
	width:100%;
	height:162px;
	top:122px;*/
}

#content #fieldsarea .formrow {
	min-height:26px;
	display: inline-block;
	width: 100%;
}

#content #fieldsarea .label {
	width:46px;
	padding:3px 0 0 0;
}

#content #fieldsarea .typelabel {
	padding:2px 0 0 6px;
}

.divider {
	height:6px;
}

#submitbutton {
/*	position:absolute;
	right:12px;
	bottom:0;
	width:70px;
	height:30px;
	z-index:1;*/
	overflow: auto;
}

/* form elements */
input.textfield,
input.textfieldsmall {
	font-size:inherit;
	background-color:#fff;
	border:solid 1px #a4a4a4;
	border-radius:5px;
	padding:2px;
}

input.textfield {
	width:138px;
	height:17px;
}

input.textfieldsmall {
	width:85px;
	height:17px;
}

.checkboxholder {
	position:relative;
	width:18px;
	height:18px;
}

a.checkbox {
	display:block;
	width:18px;
	height:18px;
	border:solid 1px #a4a4a4;
	border-radius:50%;
	cursor:pointer;
}

.checkboxactive {
	position:absolute;
	left:4px;
	top:4px;
	width:12px;
	height:12px;
	border-radius:50%;
    background-color:#e92337;
}

.checkboxcentered {
	margin:0 auto;
}

#submitbutton a {
	display:block;
	padding:4px 12px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	line-height:20px;
	
	background-color:#e92337;
	border-radius:5px;
	float: right;
}

.db-box{padding:0;width:100%;background:rgba(255,255,255,0.9)}@media print, screen and (min-width: 46.25em){.db-box{padding:2em}}