.loginbox {
	position: absolute;
	margin: 7% auto 0 35%;
	padding: 2px 2px 2px 2px;
	width: 30%;
	height: 25%;
	color: #FFFFFF;
	overflow: hidden;
}
.loginform {
	padding: 26px 20px 26px 25px;
	overflow: hidden;
	color: #000000;
	font-size: 1vw;
	border: thin solid #FFFFFF;
	background: #FFFFFF url(../img/boxbg.png) bottom left / contain repeat-x;
}
.input {
	font-size: 1vw;
	line-height: 1;
	padding: 3px;
	margin: 2px 6px 6px 0;
	width: 90%;
}
h1 { text-align: center; }
.errmesg {
	background-color: #FFFF00;
	color: #000000;
}
