.centered #content {
	width: 370px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 160px;
	padding-top: 30px;
}
#errormsg {
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #AA0000;
	border: 1px solid #d5d5d5;
	padding: 5px;
	z-index: 3;
	position: absolute;
	width: 360px;
	color: #FFFFFF;
	margin-top: -30px;
	text-align: center;
	font-weight: bold;
}
#logoutmsg {
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #00AA00;
	border: 1px solid #d5d5d5;
	padding: 5px;
	z-index: 3;
	position: absolute;
	width: 360px;
	color: #FFFFFF;
	margin-top: -30px;
	text-align: center;
	font-weight: bold;
}
#loginform {
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #FFF;
	border: 1px solid #d5d5d5;
	padding: 20px;
	z-index: 3;
	position: absolute;
	width: 330px;
}
#loginform h1 {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
#loginform p {
}
#loginform .form {
	background-color: #f3f3f3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e4e4e4;
	font-size: 11px;
	color: #444;
	width: 303px;
	margin-bottom: 10px;
	border-right-color: #e4e4e4;
	border-bottom-color: #e4e4e4;
	border-left-color: #e4e4e4;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
}
#loginform .hover {
	background-color: #e4e4e4;
}
#password .form {
	background-color: #5e5e5e;
	font-size: 11px;
	color: #FFF;
	width: 303px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
	border: 1px solid #4f4f4f;
}
#password .hover {
	background-color: #4f4f4f;
}
#loginform .button {
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #777;
	padding: 5px;
	border: 1px solid #5d5d5d;
	cursor: pointer;
}
#loginform .button:hover {
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #444;
	padding: 5px;
	background-color: #FF0;
	border: 1px solid #d7d700;
	cursor: pointer;
}
#password .button {
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #e8e8e8;
	padding: 5px;
	color: #444;
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
	border: 1px solid #e4e4e4;
	cursor: pointer;
}
#password .button:hover {
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #444;
	padding: 5px;
	color: #444;
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
	background-color: #FF0;
	border: 1px solid #d7d700;
	cursor: pointer;
}
#pwd_button {
	padding-top: 0px;
	padding-left: 20px;
	position: absolute;
	margin-top: 225px;
	z-index:2;
}
#pwd_button a, active, visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #444;
	color: #444;
	background-image: url(../images/layout/pwd0.png);
	background-repeat: no-repeat;
	display: block;
	padding-left: 10px;
	background-position: 0px 5px;
}
#pwd_button a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #212121;
	color: #212121;
	background-image: url(../images/layout/pwd0.png);
	background-repeat: no-repeat;
	display: block;
	padding-left: 10px;
	background-position: 0px 5px;
}
#password {
	background-color: #777777;
	border: 1px solid #5d5d5d;
	position: absolute;
	width: 330px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	z-index: 1;
	padding-top: 90px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: right;
	color: #FFF;
	margin-top: 40px;
}
#password p {
	margin: 0px;
	text-align: left;
	padding-top: 10px;
	width: 61px;
}
#password a, active, visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	color: #FFF;
	background-image: url(../images/layout/pwd1.png);
	background-repeat: no-repeat;
	display: block;
	padding-left: 10px;
	background-position: 0px 5px;
}
#password a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #444;
	color: #444;
	background-image: url(../images/layout/pwd11.png);
	background-repeat: no-repeat;
	display: block;
	padding-left: 10px;
	background-position: 0px 5px;
}
label {
	cursor: pointer;
}
.pwd_check {
	padding-top: 5px;
}
#pwd_hint {
	background-color: #FF0;
	border: 1px solid #d7d700;
	position: absolute;
	width: 250px;
	padding: 5px;
	text-align: left;
	color: #444;
	z-index: 10;
	display: block;
	margin-left: -250px;
	margin-top: 235px;
	display: none;
}
#footer {
	margin-top: 250px !important;
}

