/* -------------------------------/
                        body, html
/------------------------------- */


html body {
  margin:0px;
  width:auto; 
  width: 100%;
  height:auto;
  font-family:Arial;
  color:#000;
  font-size:11px;
}                       

html*.login {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/login/login_bg.png', sizingMethod='image');
}

html>body .login {
  background-image: url("../images/login/login_bg.png");
}
 
.container {
  margin:0px;
  width:602px;
  height:494px;
  background:url("../images/login/background.jpg") no-repeat;
  border:0px;
/*	position: relative; */
}

.login {
  width:288px;
  height:185px;
  margin:200px 0 0 17px;
}

.input_fields {
  margin:0px !important;
  margin:90px 0 0 147px;
  padding:90px 0 0 147px !important;
  padding:0px;
}
.input_text_field {
  margin-bottom:2px;
}
.inp_field {
  position:relative;
  float:left;
  background:#BCD3E1;
  border:1px solid #6AA2BC;
  width:122px;
  height:22px;
  margin-bottom:2px;
  cursor: text;
}

.submit_login {
  position:relative !important;
  width:17px !important;
  width:18px;
  height:18px;
  background:url("../images/login/submit.gif") no-repeat;
  float:right;
  margin-right:21px !important;
  margin-right:10px;
  cursor: pointer;
}

.login_text {
  font-size:10pt;
  width:190px;
  margin:15px 0 0 22px;
}

.login_text a {
  text-decoration:none;
  color:#000;
}

.login_text a: hover {
  text-decoration:underlined;
  color:#000;
}

.new_login {
  margin:0px;
}

.error_text {
	color: red;
	width: 260px;
	text-align: center;
	font-weight: bold;
	margin-left: 22px;
	padding-top:15px;
	font-size: 12px;
}

.logo {
	position:absolute;
	left: 25px;
	top: 25px;
	width: 79px;
	height: 91px;
	cursor:pointer;
	background-image: url(../images/login/login-ldc.gif);
}

