/* Koch- und Backbuch - login.css */

img#background
{
	position: absolute;
	width: 100%;
}

div#login
{
	font-family: Arial, sans-serif;
	position: fixed;
	left: 35%;
	right: 35%;
	top: 100px;
	height: 150px;
	background-color: #EEEAD6;
	border: 2px outset #EEEAD6;
	width: 310px;
	z-index: 10;
}

div.status
{
	background-color: #0053E1;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 4px;
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

table#logintable
{
	margin-left: 10px;
	margin-top: 20px;
}

input
{
	outline: none;
}

div.help
{
	position: fixed;
	top: 100px;
	left: 30%;
	right: 30%;
	z-index: 100;
	text-align: center;
	background-color: #EEEAD6;
	border: 2px outset #EEEAD6;
	padding-bottom: 10px;
	width: 400px;
	
}

div#recaptcha_area
{
	margin-left: auto;
	margin-right: auto;
}