/* CSS Document */

/* Stylesheet for The User and Group Login */
/* ýberschreibt einige styles aus 'Global' */

body {
	background-color:#fff;
	background-image:url(../images_system/login_splash/background-tile.gif);
	background-position:center 177px;
	background-repeat:no-repeat;}

#badge {
	background:url(../images_system/login_splash/badge.gif);
	width:158px;
	height:245px;
	position:absolute;
	top:10px;
	left:460px;
	
	}


p {
	margin:10px 0 0 0;
	padding:0;}

#header {
	background:url(../images_system/login_splash/header_bg.gif) repeat-x;}
	
#header_right {
	height:56px;
	overflow:hidden;}	
	
#loginbox_container {
	width:456px;
	margin:30px auto 0 auto;
	position:relative;
	}
#loginbox {
	width:456px;
	height:271px;
	margin:10px 0 0 0px;
	background:#efefef;
	}
/*	*html #loginbox {
	margin:105px 0 0 222px;
	background:#efefef;
	}
*/

#top {
	heigth:74px;
	}
	#top_middle { 
	background:url(../images_system/login_splash/top_middle.gif) no-repeat;
	width:376px;
	height:36px;
	padding:38px 0 0 0;
	}
#middle {
	height:139px;
	}
	#middle_middle { 
	background:url(../images_system/login_splash/middle_middle.gif) no-repeat;
	width:376px;
	height:129px;
	padding:10px 0 0 0;
	}

#bottom {
	height:58px;
	}
	#bottom_middle { 
	background:url(../images_system/login_splash/bottom_middle.gif) no-repeat;
	width:376px;
	height:58px;}

.floater {
	float:left;}
	
.clearer {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;}
	
.button_splash {
	margin:5px 0 0 0;}
	
	
/* Styles for the boxes */

.user_pass {
		margin:0;
		padding:0;
		}
	.user_pass form {
		margin:0;
		padding:0;
		}
	.user_pass input {
		border:1px solid #fff;
		font-size:10px;
		height:12px;
		width:200px;
		padding:0;
		margin:0;
		}
		*html .user_pass input {
			margin:7px 0 0 0;} 
		*+html .user_pass input {
			margin:7px 0 0 0;}

	.inputmiddle {
		background-image:url(../images_system/login_splash/user_pass_bg.gif);
		background-repeat:repeat-x;
		text-align:left;
		padding:0 0 0 5px;
		}
