#DivMain {
	width:100%;
	height:100%;
	padding:0;
	background-color: #FFFFFF;
	z-index:1;
}

#DivLogin {
	position: absolute;
	top: 200px;
	left: 250px;
	height: 300px;
	width: 500px;
	background-color: #FAFBFC;
	border: 1px solid #C3D0D9;
	border-radius: 10px;
	box-shadow: 5px 5px 10px #C3D0D9;
	-moz-box-shadow: 5px 5px 10px #C3D0D9;
	-webkit-box-shadow: 5px 5px 10px #C3D0D9;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#C3D0D9')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#C3D0D9');
	z-index: 1;
}

#DivLoginError {
    position: absolute;
    left: 92px;
    top: 87px;
    padding: 0;
    text-align: left;
    color: #E60616;
    font-family: verdana,arial,helvetica,sansserif;
    font-size: 11px;
    font-weight: normal;
    z-index: 10;
}

#DivLogo {
	position: absolute;
	top: 40px;
	left: 25px;
	padding: 0px;
	z-index: 5;
}
#DivLogo2 {
	position: absolute;
	top: 20px;
	left: 340px;
	padding: 0px;
	z-index: 5;
}

#DivLoginUser {
	position:absolute;
	left:0px;
	top:120px;
	width:400px;
	padding:0;
	text-align:right;
	color: #4D6197;
	font-family:verdana,arial,helvetica,sansserif;
	font-size: 12px;
	font-weight:bold;
	z-index:10;
}
#DivLoginPass {
	position:absolute;
	left:0px;
	top:160px;
	width:400px;
	padding:0;
	text-align:right;
	color: #4D6197;
	font-family:verdana,arial,helvetica,sansserif;
	font-size: 12px;
	font-weight:bold;
	z-index:10;
}
#DivLoginButton {
	position:absolute;
	left:315px;
	top:200px;
	padding: 5px 20px;
    border: 1px solid #FBA704;
	border-radius: 4px;
	background: #FBA704;
	color: #FFFFFF;
	font-family: verdana,arial,helvetica,sansserif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	z-index:20;
	cursor: pointer;
}
#DivLoginPassNew {
	position:absolute;
	left:350px;
	top:255px;
	padding:0;
	text-align:left;
	color: #4D6197;
	font-family:verdana,arial,helvetica,sansserif;
	font-size: 11px;
	font-weight:normal;
	z-index:10;
	cursor:pointer;
    text-decoration: none;
}
#DivDataProtection {
	position:absolute;
	left:25px;
	top:255px;
	padding:0;
	text-align:left;
	color: #4D6197;
	font-family:verdana,arial,helvetica,sansserif;
	font-size: 11px;
	font-weight:normal;
	z-index:10;
	cursor:pointer;
    text-decoration: none;
}
#DivImprint {
	position:absolute;
	left:25px;
	top:273px;
	padding:0;
	text-align:left;
	color: #4D6197;
	font-family:verdana,arial,helvetica,sansserif;
	font-size: 11px;
	font-weight:normal;
	z-index:10;
	cursor:pointer;
    text-decoration: none;
}

input.login-input {
	width:220px;
	margin-left:10px;
}
form input[type="submit"] {
	display:none;
}
