#loginBox {
	position: absolute;
	bottom: 125px;
	right: 0px;
	z-index: 3;
}

#actBar {
	background-color: #E5EAEF;
	border-top: 1px solid white;
	border-right: 1px solid #B5BAC9;
	border-bottom: 1px solid #B5BAC9;
	border-left: 1px solid white;
	padding: 2px 1px;
	padding-left: 2px;
	width: 100%;
	height: 24px;
}

.actLink {
	color: black;
	display: block;
	float: left;
	border: 0px solid black;
	margin: 0px 2px 0px 2px;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
	border: 1px solid #C2C8CF;
	background-color: #DBE0E5;
}

div#footerContent {
	position: relative;
	top: 0px;
	left: 0px;
	border-top: 1px solid #C1CFF2;
	border-right: 1px solid #2D4270;
	border-bottom: 1px solid black;
	border-left: 1px solid #6F88C2;
	background-color: #4868B1;
	height: 19px;
}
