@CHARSET "UTF-8";

div.ls_loginform {
	clear: both;
	width: 560px;
	background-color: #000;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #aec845;
	padding: 20px;
}

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

div.ls_loginform p {
	line-height: 40px;
	color: white;
	font-size: 1.2rem;
	font-weight: 300;
	text-transform: uppercase;
	color: #aec845;
	padding-left: 160px;
}

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: 0.8rem;
	background-color: #fff;
	border: solid 1px #aec845;
	padding: 5px;	
}

input.ls_button {
	font-size: 0.8rem;
	background-color: #aec845;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: none;
	border: none;
	padding: 5px;
}

input.ls_button:hover {
	background-color: #565656;
}

td.ls_error {
	color: #AC0917;
	font-weight: bold;
	font-size: 0.8rem;
}

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

td.label {
	width: 130px;
}
