﻿html
{
	padding:0;
	margin:0; 
	border:0; 
}

body 
{	
	padding:0;
	margin:0;
	font: 12px Verdana;
	color:Black;
	text-align:center;
	margin-top:50px;
	background-color: #eee;
	margin: 0 auto;
}

#Loginscreen
{
	width: 372px;
	background: white url(../Images/login.png) no-repeat;
	border: solid 2px gray;
	margin: 50px auto;
}

#Content
{
	text-align:left;
	margin: 80px 10px 10px 10px;
}

#Header
{
	height: 35px;
}

#Content table
{
	width: 100%;
}

#Content table.user
{
	width: 100%;
}

#Content table.user tr
{
	line-height: 30px;
}

#Content table.user td.label
{
	width: 150px;
}

.invoer
{
	width:180px;
}

a.recovery
{
	padding-left: 4px;
	font: 10px Verdana;
	text-decoration: underline;
	color: Red;
}

#Language
{
	margin-left: 35px;
}

#Remember
{
	margin-top: 10px;
	text-align:center;
}

#Failure
{
	color:red;
	visibility:visible;
	height: 35px;
}

#Buttons
{
	text-align:right;
}

#Buttons input
{
	width: 100px;
}