html.login_html{
	height: 100%;
}
body.login_screen{
	background: transparent url("/easydata/admin_templates/es39/42_images/elements/login_body.jpg") no-repeat;	
	background-position: bottom right;
	margin:0;
	height: 100%;
}
body.login_screen .content{
	background-color:#8C8C8C;
	color:white;
	font-family:Arial,Helvetica,sans-serif;
	height:37px;
	position:relative;	
	top:45%;
}
body.login_screen .color{
	position: relative;
	top: 0;
	left: 150px;
	width: 442px;
	height: 37px;
	background: transparent url("/easydata/admin_templates/es39/42_images/elements/login_logo.jpg") no-repeat left;	
	background-color: #545454
}
body.login_screen .color label{
	display:block;
	font-size:11px;
	line-height: 11px;
	height: 13px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
body.login_screen .color input.show_input{
	background-color:white;
	border:medium none;
	height:16px;
	padding:0;
	margin: 0;
	display: block;
	overflow: hidden;
}
body.login_screen .color #customer{
	left:-146px;
	position:absolute;
	top:3px;
}
body.login_screen .color #user{
	left:110px;
	position:absolute;
	top:2px;
}
body.login_screen .color #password_box{
	left:265px;
	position:absolute;
	top:2px;
}
body.login_screen .color #button{
	background-color:white;
	border:medium none;
	height:16px;
	left:416px;
	position:absolute;
	top:16px;
	width:16px;
	background: transparent url("/easydata/admin_templates/es39/42_images/elements/button_login.gif") no-repeat left;	
}

body.login_screen #version{
	bottom:3px;
	font-size:12px;
	position:absolute;
	right:3px;
}
body.login_screen #wronglogin{
	background: transparent url("/easydata/admin_templates/es39/42_images/elements/wronglogin.gif") no-repeat left top;	
	padding-left: 40px;
	margin-top: 4px;
	position: absolute;
	left: 450px;
	height: 35px;
	width: 250px;
	color: white;
	font-size: 11px;
}