/*
Theme Name: login fgf_new3 
Author URI: http://www.feel-good-factory.de/
Description: Clean theme - with a lot of whitespace and focusing on the content. The theme is made for easy and quick customization, colors, font family, header image etc. can all be changed from the theme options page. The theme is also widget ready.
Author: miki frueh
Version: 1.0
Updated: 2008
Notes: Hand-crafted by the feelgood factory, germany

*/

/* IMPORTANT: LEGAL NOTICE*/
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */
   
   /* login */
body{
	background-image: url(css_picts/bg_fgf1.jpg);
	background-repeat: repeat;
}
#login {
	position: relative;
	color: #333333;
	width: 425px;
	_width: 390px;
	background-image: url(css_picts/login-bkg-tile.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 5em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#login form {
	_width: 325px;
	_margin: 0 auto;
	background-image: url(css_picts/login-bkg-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#login #login_error {
	border: 1px solid #333333;
	color: #FFFFCC;
	font-size: 11px;
	font-weight: bold;
	padding: .6em;
	width: 310px;
	margin: 0 50px;
	text-align: center;
	background-color: #990000;
}
#login p {font-size: 1em;}
#login p.message {width: 310px;margin: 0 auto 1em;}
#login #login_error a {
	color: #FFFFCC;
	border-color: #333333;
	background-color: #990000;
}
#login #send {color: #fff;text-align: left;font-weight: normal;font-size: 1.1em;_width: 325px;_margin: 0 auto 15px;}
#login h1 a {margin: 0 auto;height: 88px;width: 320px;display: block;border-bottom: none;text-indent: -9999px;}
#login .message {font-size: 10pt;text-align: center;}
#login .register {font-size: 20px;}
#login input {padding: 4px;margin-top: 10px;}
.login ul, #protected #login .bottom {
	list-style: none;
	width: 425px;
	margin: 0 auto;
	padding: 0;
	line-height: 1.2;
	text-align: center;
}
.login ul li {font-size: 1em;}
.login ul li a {color: #FFFFCC;border: none;}
#login ul li a:hover {color: #990000;}
#login .input {font-size: 1.8em;margin-top: 3px;width: 97%;}
#login p label {font-size: 1em;}
#login #submit {margin: 0;font-size: 1.2em;}
#login .fullwidth {width: 320px;}