html, body, select, h1, h2, h3 {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
	}

html, body {
	overflow: auto;
	height: 100%;
	font-size: 75.9%;
	}
body {
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #84878b;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
}

#wrapper {
	width: 800px;
	margin-left: 40px;
	}

table {
	borderspacing: 0;
	border-collapse: collapse;
	}
td {
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
td.indrag {
	padding-left: 30px;
	}

td.left {
	width: 200px;
	}
	
a, a:link, a:visited, a:hover, a:visited.button {
	color: #FFF;
	}

strong,
b {
	font-weight: bold;
}

input.inputtext {
	font-size: 8pt;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding-top: 6px;
	padding-bottom: 4px;
	margin-bottom: 2px;
	width: 200px;
	color: #000;
	height: 25px;
}
input.inputbutton, a.button {
	background:url(/img/bg-button.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	color: #FFF;
	width: 150px;
	border: none;
	height: 25px;
	vertical-align: top;
	text-align: left;
	margin-left: 30px;
	padding-left: 14px;
	margin-top: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	}
	
a.button {
	margin-top: 47px;
	height: 22px;
	display:block;
	text-decoration: none;
	font-size: 12pt;
	width: 250px;
	}

select {
	background: #CCC;
	border: 1px solid #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 200px;
	height: 25px;
	margin-top: 10px;
	padding-left: 7px;
	padding-bottom: 2px;
	font-size: 10pt;
	color: #FFF;
	}

label {
	width: 155px;
	display: block;
	float: left;
	text-transform: uppercase;
	vertical-align:middle;
	margin-top: 8px;
	margin-bottom: 4px;
	font-size: 0.6em;
	padding-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
}
label.right {
	float:right;
	padding-right:0;
	}

#logo {
	text-align: center;
	width: 98%;
	padding-top:30px;
	padding-bottom: 60px;
	margin:auto;
}

div#header {
	/*width: 200px;*/
	vertical-align: top;
	text-align:right;
	letter-spacing: 5px;
	}

h1, h3 {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	vertical-align:top;
	margin-top: 0px;
	font-weight: normal;
	}
	
h1 {
	font-size: 2.2em;
}

#logintext {
	width: 335px;
	margin-left: 30px;
	padding-bottom: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logintext p {
	font-style: italic;
	font-size: 1.3em;

}
.right {
	text-align: right;
	}

.line {
	height:1px;
	margin-bottom: 40px;
	}
	
iframe#language {
	border: 0px none;
	width: 200px;
}

#information {
	width: 800px;
	margin-top: 40px;
	}

#information td {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 30px;
	}
	
#footer {
	width: 95%;
	font-size: 7pt;
	bottom: 5px;
	text-align: center;
	position: absolute;
	padding-left: 100px;
}

</style>