/* CSS Document */
.loginbody{
	background-image: url(../images/login_01.png);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
.loginmainline{
	background-image: url(../images/login_01.png);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	position: absolute;
	background-position: left center;
	}
.loginwindow{
	background-image: url(../images/login_04.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	}
.inputwindow{
	width: 889px;
	height: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	top: auto;
	}
.userinput{
	background-color: #ffffff;
	/*background-image: url(../images/login_08.png);*/
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left:4px;
    width:190px;
	color:#ad080b;
	border:1px solid #ad080b;
	height:25px;line-height:25px;
	}
.pswinput{
	background-color: #ffffff;
	/*background-image: url(../images/login_19.png);*/
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left:4px;
    width:190px;
	color:#ad080b;
	border:1px solid #ad080b;
	height:25px;line-height:25px;
	}
.loginbut{
	background-image: url(../images/login_11.png);
	background-repeat: no-repeat;
	color: #ffffff;
	width: 92px;
	height: 34px;
	
	background-color: hsla(0,0%,100%,0.46);
	border: 0px solid hsla(0,0%,100%,0.46);
	cursor:pointer;
	}
	.loginbut:hover{
		background-image: url(../images/login_13.png);
	background-repeat: no-repeat;
	color:#000000;
	font-wieght:bold;
		}
