#log_in_form .notice {
	color: #f66800!important;
}

#log_in_form a {
	color: #f66800!important;
}

#logo_log_in {
	background: #fff url(../images/rpm_logo_pdf.png) center center no-repeat;
	margin-top: 40px;
	text-indent: -9999px;
	width: auto;
}
#logo_log_in a {
	display: block;
	height: 149px;
}
div#log_in_welcome {
	color: #555;
	display: block;
	font-family: Georgia;
	font-size: 1.8em;
	height: 70px;
	margin: 20px auto;
	width: 700px;
}
#log_in_welcome p {
	padding: 6px 0;
}
#log_in_welcome_text {
	display: none;
}
#log_in_welcome_text2 {
	display: none;
}
/* The log in div */
div#log_in, div#log_in_form {
	background: #00498f url(../images/site_header_tile.gif) repeat-x;
	border-bottom: 3px solid #042544;
	color: #fff;
	margin: 46px auto 36px auto;
	padding: 20px;
	width: 500px;
}
div#log_in_form {
	display: none;
}
	div#log_in h2 {
		color: #fff;
		text-shadow: #cdd6ea 0px 0px, #cdd6ea 0px 0px;
	}
	div#log_in strong {
		color: #fff;
	}
	div#log_in .label_fixed, #log_in_form .label_fixed {
		border-right: 0;
		color: #fff;
		width: 100px !important;
	}
	div#log_in .label_fixed_wide {
		border-right: 0;
		color: #fff;
		width: 160px !important;
	}
	div#log_in p, #log_in_form p {
		background: transparent;
		color: #ebf4ff;
	}
	div#log_in .desc, #log_in_form .desc {
		margin-top: 24px;
	}
	div#log_in a, #log_in_form a {
		color: #ebf4ff;
	}