@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#f8f8f8 url("../images/login_background.png");
        background-repeat:repeat; 
}

#wrapper{
	width:950px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#222;
	height:auto;
}
#box1{
	background:url(../images/box1-bg.jpg) repeat-x top left;
	border:#f3e6c6 1px solid;
	height:258px;
	padding-left:480px;
}

.firstline{
	margin-top:140px;
	padding:5px 0px;
	padding-left:480px;
}

.div2{
	color:#257950;
	padding:20px 5px 5px 0px;
	font-weight:bold;
}
#box2{
	position: absolute;
	z-index: 10;
    top: 20%;
	margin-left: -160px;
	border: 2px solid #c5c5c3;
	width: auto;
	min-height: 220px;
	left: 48%;
	right: 37%;
    background-color:#fefefe;
}
#box2-shadow{
	position: absolute;
	z-index: 9;
	top: 388px;
	margin-left: 25px;
	background: url(../images/box2-bottom-shadow.png) no-repeat top center;
	width: 430px;
	height: 18px;
	left: 466px;
}
.LogingBox{
	color:#222;
}
.LogingBox input[type="text"], .LogingBox input[type="password"],.LogingBox select{
	background:url(../images/input-text-bg.jpg) repeat-x top left;
	border:#959595 1px solid;
	font-size:13px;
	width:180px !important;
	padding:4px;
}
.LogingBox select{
	width:190px !important;
}
.LogingBox a:link, .LogingBox a:visited {
	color:#222;
	text-decoration:underline;
}
.LogingBox a:hover, .LogingBox a:active{
	color:#666;
	text-decoration:underline;
}
#logo{
	text-align: center;
	margin-top: 0px;
}
div.clear {
    clear:both;
}
#login_input_area{
	padding:10px;
}

.login-input{
	text-align:center;
	margin-top:21px;
        text-align: left;
        padding-left: 13px;
}
.login-input label {
	text-align: right;
	display: inline-block;
	padding-right: 6px;
	width: 65px;
}
.login-input input[type="text"], .login-input input[type="password"], .login-input select {
	background: #f4f4f4;
	border: 1px solid #d2d2d2;
	font-size: 13px;
        color: #7e7e7e;
	width: 232px !important;
	padding: 4px;
}
.forgot-password{
	margin-top:10px;
}
.forgot-password > span > label{
	width:65px;
}
#forgot-password{
	left: 0px;
	position: relative;
        color: #7e7c7c;
        font-size: 11px;
}
#forgot-password:hover{
	color: #666;
	text-decoration: underline;
}
.submit-input{
	text-align: left;
	margin-top: 0px;
        padding-left: 23px;
}
.submitBtn {
	background-color: #800000;
	color: #FFF;
	font-size: 14px;
	padding: 0 20px;
	height: 30px;
	border: 0;
	cursor: pointer;
	border-radius: 0px;
}
.cancelBtn {
	background-color: #626568;
	color: #FFF;
	font-size: 14px;
	padding: 0 20px;
	height: 30px;
	border: 0;
	cursor: pointer;
	border-radius: 3px;
}
#userid{
  
    background-repeat: no-repeat;
    padding-left: 35px;
	background-position-x: 5px;
}
#password{
   
    background-repeat: no-repeat;
    padding-left: 35px;
    background-position-x: 5px;
    margin-bottom: 10px;
}
#user_input{
    margin-top:8px;
}
#loginbtn{
    width: 115px;
    margin-right: 12px;
}
.errorMsg{
	color:#F00;
	padding:0 10px 10px 22px;
}