div.member_logout_box {
	float: right;
	border: 1px solid #999999;
	padding: 7px;
	background-color: #F3F3F3;
}
div.member_logout_box input.member_logout_button {
	border: 1px solid #999999;
	color: #333333;
	cursor: pointer;
}
div.mo_forgot_password_error_msg {
	color: red;
	font-weight: bold;
}
div.mo_forgot_password_success_msg {
	color: green;
	font-weight: bold;
}
.mo_member_details_update_form table, .mo_registration_form table {
	border-width: 0px;
}
.mo_member_details_update_form table th, .mo_registration_form table th{
	text-align: left;
	font-size: 13px;
	font-weight: normal;
}
a.mo_forgot_password_link {
	font-size: 11px;
}
span.mo_field_note {
	font-size: 11px;
	font-style: italic;
}