/*
// Webutler - www.webutler.de
// Copyright (c) 2008
// Designstudio Leopold und Zinke
*/

html, body {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	background-color: #FFFFFF;
}

body, td, div, input, select, a {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 10px !important;
	color: #333333 !important;
	line-height: 12px !important;
}

#login table {
	border: 1px solid #333333;
	background: #EAEAEA;
}

#install {
	position: absolute;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	padding: 5px;
	border: 1px solid #333333;
	background: #EAEAEA;
	text-align: left;
}
