
/* <?> these are the styles for this plugin */

#website_members_plugin .errors {
	background: red;
	padding: 10px;
	color: white;
	text-align: center;
}

#website_members_plugin table {
	margin-bottom: 20px;
}

#website_members_plugin table td {
	padding: 3px;
}

#website_members_plugin .reset.password {
	margin-bottom: 5px;
}

#website_members_plugin .errors h3 {
	margin-top: 0;
	color: white;
}

#website_members_plugin .flash {
	background: black;
	color: white;
	text-align: center;
	padding: 10px;
}