<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	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:295px;
	height:310px;
	background:#fff url(../img/logo_line.png) no-repeat left 13px;
}

#content {
	position:absolute;
	left:16px;
	top:50px;
	width:279px;
	height:252px;
}

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

#content #subheadline {
	position:absolute;
	top:42px;
	width:288px;
	height:14px;
}

#content #countries {
	position:absolute;
	top:60px;
}

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

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

#content #fieldsarea .formrow {
	height:26px;
}

#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;
}

/* 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;
}</pre></body></html>