html,body{height:100%}

body {
	overflow:hidden;
    margin: 0px;
    background-color:#161c0e;
}

.loginbg{
	background:url(../images/loginBG.jpg) no-repeat top center #558f14;
	overflow:auto;
	height:96%
}

.botm_black { 
    height:20px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align:center;
    font-size:12px;
	z-index:100; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#999999
}

#showMsg{
    color:red;
    font-size: 14px;
}

#userName{
	outline:none;
    height: 25px; 
	border: 1px none; 
	background-color: #f2f2f2; 
	font-size: 18px;
	margin-top: 5px;
	margin-left:15px;
	width:280px;
}
#pwd{
	outline:none;
    height: 25px; 
	border: 0px none; 
	background-color: #f2f2f2; 
	font-size: 18px;
	margin-top: 5px;
	margin-left:15px;
	width:280px;
}

input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset; 
}

a{text-decoration:none;color:#def1c4;}