.main_content {
	background: #000 url('../images/layout/newbg.jpg') repeat-y top right;
	box-shadow: 0px 6px 10px #000;
	padding: 5px;
	font-size: .9em;
	position: relative;
}

#thank_you {
	margin: 10px 0px 10px 275px;
}

h2 {
	color: #CB9A28;
}

.off_center {
	width: 663px;
	text-align: center;
}

.bg_overlay_top {
	position: relative;
	top: 5px;
}

#sign_in_reminder {
	font-size: .79em;
}



/* ******************** */
/* Change Password Page */
/* ******************** */
#change_password td {
	padding: 6px 5px;
}

#change_password td:first-child {
	text-align: right;
}

#change_password input {
	width: 200px;
	padding: 2px;
}

.password_tooltip_reset {
	width: 355px;
	text-align: left;
	font-size: 11px;
	font-family: 'Georgia','Arial','sans-serif';
}

.submit {
	padding: 3px 5px;
}

#change_pw_support_text {
	font-size: .8em;
	margin-top: 10px;
}


/* **************************** */
/* Password Change Success Page */
/* **************************** */
#pw_support_text {
	font-size: .8em;
}