@CHARSET "UTF-8";

html {
	height: 100%;
	color: black;
	font-family: sans-serif;
	font-size: 0.8em;
}

body {
	background: url("images/body_bg.gif") no-repeat bottom right;
	margin: 0;
	padding-top: 10%;
}

#page_margin {
	width: 0;	
	margin: 0 auto;
	display: none;
}

#row01 {
	width: 100%;
	height: 70px;
	border-bottom: 2px solid black;	
}

#row01_cell01 {
	width: 242px;	
	height: 70px;
	background: url("images/logo.gif") no-repeat top;
	display: none;	
	float: left;
}

#row01_cell02 {	
	height: 70px;	
	display: none;	
	float: left;
}

#row01_cell02 a {	
	text-decoration: none;
	color: black;
}

#row01_cell02 a:hover {
	color: darkred;
}

#row02 {
	width: 100%;
	border-top: 4px solid #ddd;	
}

#row02_cell01{
	padding-right: 5px;
	padding-top: 2px;
	text-align: right;	
	float: right;
	display: none;
}

#row03 {
	width: 100%;
	height: 40px;	
	clear: both;
}

#row04 {
	margin: 0 auto;
	width: 0px;	
	border-top: 4px solid #ddd;	
	border-bottom: 2px solid black;	
	display: none;
}

#row04_cell01 {
	display: none;
	padding-bottom: 40px;
	padding-top: 20px;
}

#form a{
	text-decoration: underline;
	color: black;
	display: block;
	text-align: center;
}

#form a:hover{
	text-decoration: underline;
	color: darkred;
	font-weight: bold;
	display: block;
	text-align: center;
}


input, textarea, button {
	width: 99%;
	
}

.field {
	margin-bottom: 5px;
}

h2 {
	border-bottom: 1px solid black;
}

.error {
	color: darkred;
}

#fussnote {
	text-align: right;
	height: 0.8em;
	font-size: 0.8em;
}


