/*
* FileXchange Login Template
*
* @author Daniel Lange <mail@lange-daniel.de>
* @copyright gimmickmedia GbR
* @version 1.0
*
*/

/* Grundeinstellungen */
html, head{
	height:  100%;
	width:  100%;
}
body{
	background-color: #ffffff;
	width:  100%;
	height:  100%;
	margin: 0 0 0 0;
	font-size:  11px;
	color: #606060;
	line-height:  18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:  center;
}
a img{
	border: none;
}
a{
	text-decoration: none;
	color:#606060;
}
#site{
	width: 900px;
	margin: 0 auto;
}
#top_bar{
	width: 100%;
	height: 13px;
	background: url(../img/login_top_bg.gif) no-repeat right top;
	background-color: #0280cd;
}
#logo{
	width: 900px;
	height: 200px;
	margin-top: 20px;
	background: url(../img/logo.gif) no-repeat left top;
}
#login_box{
	margin-left: 300px;
	_margin-left: 150px;
	float: left;
	height: 150px;
	width: 301px;
	text-align: center;
}
#login_box .button{
	width: 301px;
	text-align: center;
	float: left;
}
#login_box .background{
	width: 301px;
	height: 126px;
	background: url(../img/login_box_bg.gif) no-repeat left top;
}
#login_box input{
	width: 120px;
	_width: 110px;
	height: 17px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #0082d0;
	color: #606060;
	float: right;
	margin-bottom: 5px;
	padding-top: 3px;
}
#login_box .background form{
	width: 213px;
	margin-left: 77px;
	padding-top: 20px;
}
#login_box .row{
	width: 213px;
	float: left;
}
#login_box .background form label{
	width: 53px;
	float: left;
}
.login{
	float: right;
	margin-top: 15px;
	text-decoration: underline;
	height: 18px;
	background: url(../img/login_button.gif) no-repeat right center;
}
.login span{
	float: right;
	margin-right: 20px;
}
.message{
	color: #007fcc;
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
}
.error{
	color: #f2092a;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding-left: 5px;
}
#footer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	background: url(../img/login_footer.gif) no-repeat center top;
	padding-top: 0px;
	text-align: center;
	color: #b6bbbd;
}
*+ html #footer{
	padding-top: 10px;
}