/* Login Page Style */

body {
    margin: 0;
	padding: 0;
	font-family: trebuchet MS, Arial;
	color: #000;
	background: url(../images/lp_header.gif) repeat-x;
	text-align: center;
}

#container {
    text-align: left;
    width: 467px;
	height: 310px;
	margin: 0 auto;
	margin-top: 10px;
}

.login_top {
    background: url(../images/login_top.gif) no-repeat;
}

.login_bg {
    background: url(../images/login_bg.gif) repeat-y;
	height: 276px;
}

.login_btm {
    background: url(../images/login_btm.gif) no-repeat;
}

#login_header {
	height: 30px;
	margin: 10px 20px 0 20px;
	background: url(../images/lock.gif) no-repeat top left;
	border-bottom: 1px solid #e1e1e1;
	font-size: 22px;
	font-weight: bold;
	color:#6a6a6a;
	padding: 28px 0 5px 60px;
}

#usrrname_text {
    margin: 24px 20px 0 20px;
	font-size: 16px;
	color:#6a6a6a;
	font-weight: bold;
	padding-left: 10px;
}

#usrrname {
    margin: 0 20px 0 20px;
	background: url(../images/input_bg.gif) no-repeat center;
	height: 39px;
}

#password_text {
    margin: 8px 20px 0 20px;
	font-size: 16px;
	color:#6a6a6a;
	font-weight: bold;
	padding-left: 10px;
}

#password {
    margin: 0 20px 0 20px;
	background: url(../images/input_bg.gif) no-repeat center;
	height: 39px;
}

.uname_input {
    border: 1px;
	font-family: trebuchet MS, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #6a6a6a;
	width: 398px;
}

#login_btn {
	height: 31px;
	margin-top: 12px;
	text-align: center;
}

.login_btn1 {
    width: 118px;
	height: 31px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: url(../images/login_btn.gif) no-repeat;
	border: 0px;
	font-weight: bold;
}

#error_pass {
    height: 80px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 8px;
	background: url(../images/login_error.gif) no-repeat;
}
