
body {
	position: absolute;
	height: 360px;
	width: 400px;
	top: 50%;
	left: 50%;
	margin: -180px 0px 0px -200px;
	
	font-family: helvetiva, arial, san-serif;
	font-size: 10pt;
	color: #fff;
}



#header {
	height: 200px;
	position: relative;
}

#footer {
	height: 20px;
	position: relative;
	color: #999;
	font-size: 10px;
	text-align: center; 
}

#footer a {
	color: #999;
	text-decoration: none;
}

#content {
	border: 1px solid #ff0;
	height: 120px;
	width: 400px;
	position: relative;
}

#loginbox {
	width: 200px;
	height: 120px; 
	top: -50px;
	left: 100px;
	position: relative;
}


label {
  float: left;
  width: 50px;
  padding-top: 3px;
  padding-right: 5px;
}

input {
  float: right;
  width: 120px;
  text-align: left;
} 

.row {
  clear: both;
  padding: 2px 0px;
}


#overlay {
   position: fixed;
   z-index:199;
   top: 0px;
   left: 0px;
   height:100%;
   width:100%;
   background-color:#000;
   -ms-filter: "Alpha(Opacity=5)"; /* IE 8 */
   filter:alpha(opacity=5); /* IE5-7 */
   -moz-opacity: 0.5; /* Mozilla */
   opacity: 0.5;

}

* html #overlay { /* ie6 hack */
   position: absolute;
   height: expression(document.body.scrollHeight > document.body.
    offsetHeight ? document.body.scrollHeight : document.body.
    offsetHeight + 'px');
}

#imprint {
    z-index:200;
	position: absolute;
	border: 1px solid #fff;
	position: absolute;
	border: 1px solid #000;
	background: #900;
	height: 360px;
	width: 300px;
	top: 50%;
	left: 50%;
	margin: -190px 0px 0px -160px;
	padding: 10px;
	font-size: 10px;
}

h1 {
	font-weight: bold;
	font-size: 14px;
}

