div.messagelist {
	border: 1px solid #FC1A1A;
	margin-top: 2px;
	margin-bottom: 6px;
}

div.messagelist div {
	padding: 2px 4px 3px 4px;
}

div.messagelist div.title {
	color: white;
	background-color: #FC1A1A;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.alerts {
	margin-bottom: 6px;
	padding: 0;
	width: 100%;
}

div.alerts div {
	border: 1px solid black;
	margin-top: 2px;
	padding: 2px 4px 3px 4px;
	background-color: #FC1A1A;
	color: white;
	font-weight: bold;
}

#https_version_test { 
	color: black;
	background-color: white;
	border-color: #FC1A1A;
	font-weight: normal;
}
#https_version_test a {
	font-style: italic;
}

#non_payment_test { }

#non_secure_alert {
	border: 1px solid #FC1A1A;
	padding: 6px;
	margin-bottom: 6px;
}
#non_secure_alert a {
	font-style: italic;
}

#password_expired_test { }

#password_reset_test { }

#password_warning {
	color: #FC1A1A;
	background-color: white;
}

#system_message_test {
	font-size: 10pt;
	color: yellow;
}
#system_message_test div {
	width: 100%;
	height: 100%;
	margin: -3px -3px -4px -5px;
	padding: 3px 3px 3px 5px;
	font-size: 10pt;
}

#bad_login_mobile {
	text-align:center;
	font-size:250%;
	color: #FF1010;
}
