/* btd@apario.net 2016-05-23 */

html {
	min-height: 100%;
}

body {
	font-family: verdana;
	background-color: black;
	background-size: cover;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

#bgblock {
	z-index: -1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 300px;
	background-color: white;
	opacity: 0.9;
	border-right: 1px solid #444444;
}

#bgblockdeep {
	z-index: -2;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 301px;
	width: 9px;
	background-color: white;
	opacity: 0.3;
}

.buttonrequest {
	color: #444444;
	background-color: #eeeeee;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border-style:solid;
	border-color:#bbb #888 #666 #aaa;
	border-width:2px 2px 2px 2px;
	margin: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 50px;
	padding: 2px;
	cursor: pointer;
	width: 200px;
	box-sizing:border-box;
}

.buttonrequest:hover{
	background-color: #cccccc;
}

.field {
	display: block;
	color: #aaaaaa;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	border: 1px solid #888888;
	margin: 5px;
	margin-left: 50px;
	width: 200px;
	text-align: center;
	box-sizing:border-box;
}

.successmessage {
	color: #444444;
	font-family: verdana;
	font-size: 12px;
	text-align: left;
	margin: 10px;
	width: 280px;
}

.errormessage {
	color: red;
	font-family: verdana;
	font-size: 12px;
	text-align: left;
	margin: 10px;
	width: 280px;
	text-align: center;
}

#header {
	color: black;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	margin: 5px;
	margin-top: 15px;
	margin-bottom: 20px;
	width: 290px;
	text-align: center;
}

#copyrightnotice {
	border-top: 1px solid #cccccc;
	margin-left: 20px;
	padding-top: 10px;
	position: absolute;
	bottom: 10px;
	color: #888888;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	width: 260px;
	text-align: center;
}



