﻿body {
	background: no-repeat 50% 50px url('/ui/home.jpg') #fff;
	padding: 0;
	margin: 0;
}

.continuedBg {
	background-image: url('/ui/home.jpg');
}

#outer {
	top: 400px;
}

#news {
	width: 300px;
	margin: 110px 0 3em 588px;
}
#navBottom {
	position: static;
}
#cpf {
	position: static;
	padding: 25px 0 0 690px;
}
.newsItem {
	color: #444;
	text-align: right;
}
.newsItem h2, .newsItem h2 a {
	color: #888;
	text-decoration: none;
	font-size: 10pt;
	padding: 0;
	margin: .8em 0 .2em 0;
}
.newsItem h2 a:hover {
	text-decoration: underline;
}

#login {
	position: absolute;
	left: 50%; margin-left: -369px; top: 64px;
	width: 428px; height: 80px;
}

#repCode_TextBox {
	position: absolute;
	left: 147px; top: 19px;
	width: 172px; height: 18px;
	border: 1px solid #879ba2;
}

#login_Button {
	position: absolute;
	left: 330px; top: 18px;
}

#passwordPopup {
	position: absolute;
	left: 147px; top: 41px;
	padding: 5px;
	border: 1px solid #5cf;
	background: #fff;
	overflow: hidden;
	z-index: 1;
}
#passwordPopup label {
	color: #06f;
	display: block;
	margin: 0 0 .2em 0;
}
#passwordPopup input {
	width: 158px;
}


#loginMessage {
	color: #f30;
	font-weight: bold;
	position: absolute;
	left: 140px; top: 50px;
	margin: 8px;
}