body{
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	background-color:#444;
	color:#D4D0C8;
}
#content{
	position:relative;
	width:400px;
	margin:90px auto;
	padding:10px 15px 15px 15px;
	background-color:#292929;
	-moz-border-radius:8px;
	border-radius:8px;
}
#masthead{
	position:relative;
	height:90px;
	overflow:hidden;
}
.dialog-links{
	position:absolute;
	top:41px;
	right:15px;
	font-weight:bold;
}
h1{
	position:absolute;
	top:0px;
	margin:0px;
	font-size:72px;
	line-height:72px;
	font-weight:bold;
	color:#444;
	letter-spacing:-4px;
}
.TtlStatus {
	font-size: 36px;
}
h3{
	color:#F69123;
	margin-bottom:.125em;
}
a{
	color:#F69123;
	text-decoration:none;
}
form{
	margin-bottom:8px;
}
input{
	-moz-border-radius:3px;
	border-radius:3px;
	padding:2px;
}
input.input{
	width:265px;
	padding:5px;
	background-color:#fff;
	border:1px solid #fff;
	background-color:#D4D0C8;
	border:1px solid #D4D0C8;
}
input.input:focus{
	border:1px solid #F69123;
	background-color:#fff;
}
strong{
	color:#F69123;
}
td{
	padding-left:5px;
	padding-bottom:8px;
}
.centered{
	text-align:center;
}
.errMessage, .notification{
	padding:10px;
	font-size:11px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#444;
}
.notification{
	color:#000;
	background-color:#F69123;
}
.notification strong{
	color:#000;
}
.label{
	width:30%;
	font-weight:bold;
	text-align:right;
}
.button{
	cursor:pointer;
	margin-right:5px;
	padding:5px 5px 5px 26px;
	background-color:#E8E6E3;
	background-color:#444;
	color:#ddd;
	border:1px solid #666;
	background-repeat:no-repeat;
	background-position:5px center;
	font-weight:bold;
}
.button:hover{
	background-color:#555;
	border-color:#777;
	color:#eee;
}
.submit{
	padding:5px 10px;
	margin-right:0px;
	width:80px;
}
.rememberMe{
	float:right;
	width:195px;
	text-align:right;
	padding-top:5px;
	font-size:11px;
}