@charset "utf-8";
/* CSS Document */

<!--
.loginbox {
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-left-style: none;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
	border-right-style: none;
	border-bottom-style: solid;
}
input.logintxt {
	padding: 2px;
	width: 92%;
	float: left;
	font-size: 18px;
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	margin: 0px;
}
-->