/*
 *	Style Sheets (Longhitters login)
 *
 *	12.06.2004	Andreas Grundschöttel
 *
 */
body {
	font-family:Arial;
	background:#054f37;
}

input.normal {
	border-width:1px 1px 1px 1px;
	border-color:#ffffff;
	border-style:solid;
	color: #000000;
}

input.modified {
	border-width:1px 1px 1px 1px;
	border-color:#0000ff;
	color: #000000;
	border-style:solid;
}

.button_login {
	width:40;
	height:40;
	background:url("../../images/unlock.png");
	background-repeat:no-repeat;
	border-style:none;
	cursor:pointer;
	visibility: hidden;
}

table.login {
	background:url("../../images/longhitters.png");
	height:640px;
	width:640px;
	background-size: contain;
}

.label {
	color:#ffffff;
	font-size:10pt;
	font-weight:normal;
	text-decoration:none;
}

.bold {
	color:#ffffff;
	font-size:14pt;
	text-decoration:none;
	font-weight:bold;
}

