@CHARSET "UTF-8";

div.ls_loginform {
	clear: both;
	width: 451px;
	background-color: white;
	border: solid 1px #AAA;
	background-image: url("../img/login_back.png");
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
	font-size: 8pt;
	margin-left: auto;
	margin-right: auto;
}

.logintable {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

div.ls_loginform p {
	line-height: 58px;
	color: white;
	font-size: 13pt;
	font-weight: bold;
	padding-left: 80px;
}

div.ls_loginform a {
	color: #565656;
	text-decoration: underline;
}

div.ls_loginform a:hover {
	color: #565656;
	text-decoration: underline;
}

input.ls_formelement {
	width: 90%;
	font-size: 10pt;
	background-color: #FAFAFA;
	border: solid 1px #AAAAAA;
	padding: 2px;	
}

input.ls_button {
	font-size: 8pt;
}

td.ls_error {
	color: #AC0917;
	font-weight: bold;
	font-size: 8pt;
}

td.ls_ok {
	color: #2CAC09;
	font-weight: bold;
	font-size: 8pt;
}

td.label {
	width: 100px;
}
