.loginfoot {
	border-radius-bottomleft: 5px;
	border-radius-bottomright: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-ms-border-radius-bottomleft: 5px;
	-ms-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-color: #9bd2ab;
	border-bottom-color: #e28c01;
	border-bottom-style: solid;
	border-bottom-width: 10px;
}

.bodytable {
	text-align: center;
	vertical-align: middle;
	height: 75%;
	margin-left: auto;
	margin-right: auto;
}

.msgLoginError {
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: orange;
	border-bottom-color: red;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: red;
	border-right-style: solid;
	border-right-width: 1px;
	border-radius: 10px;
	display: block;
	width: 250px;
	padding-left: 50px;
	padding-right: 1em;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../icons/msgcritical.png");
	background-repeat: no-repeat;
	background-position: 5px;
	min-height: 40px;
}

.msgLoginFail {
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #CCCF8F;
	border-bottom-color: orange;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: orange;
	border-right-style: solid;
	border-right-width: 2px;
	border-radius: 10px;
	display: block;
	width: 250px;
	padding-left: 50px;
	padding-right: 1em;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../icons/msgwarning.png");
	background-repeat: no-repeat;
	background-position: 5px;
	min-height: 40px;
}

.footer {
	font-family: "Arial,Helvetica,sans-serif";
	font-size: xx-small;
}

a {
	border: none;
	text-decoration: none;
}

a:link {
	border: none;
	text-decoration: none;
}

a:active {
	border: none;
	text-decoration: none;
}