/* Styleangaben für's Loginformular */

#formlogin {
	margin:0 auto;
}

img.cems_loginform {
	margin:60px 0 30px 0;
}

#flogin {
	margin:-50px 0 0 0;
}

#loginform {
	width:330px;
	background-color:#eaeaea;
	margin:auto;
	border:3px solid white;
	text-align:center;
	padding:5px 5px 20px 5px;
	float:left;
}

#loginform h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#989898;
	font-style:italic;
	font-weight:bold;
	margin-bottom:40px;
	z-index:2;
	}

#loginform label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666;
	line-height:25px;
	display:block;
	margin-bottom:10px;
}

#loginform input.textinput {
	width:200px;
	height:20px;
	background-color:white;
	border:1px solid #989898;
	text-align:center;
}

input.submit {
	float:none;
	display:block;
	margin:auto;
	margin-top:30px;
}

#toprow, #centerrow, #bottomrow {
	display:table;
	float:none;
	text-align:center;
	margin:auto; 
	width:360px;
}

#globe {
	background-image:url(../img/globe.gif);
	width:172px;
	height:170px;
	z-index:2;
	position:relative;
	top:180px;
	left:611px;
}

* html #globe {
	left:218px;
	top:185px;
}

* + html #globe {
	left:218px;
	top:185px;
}
