@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------------------
## styling for wp-members plugin
--------------------------------------------------------------*/
#rememberme {
    float:right;
}

#wpmem_login {
	clear: left;
}

#wpmem_login .link-text {
	clear:both;
} 

a.forgot-link {
	font: 12px;
	font-weight:bold;
	color: #466c03;
	text-decoration: none;
	float: right;
}

a.forgot-link:hover {
	text-decoration:underline;
}

#wpmem_login input[type="button"] {
	float: right;
}

#wpmem_reg input.buttons {
	margin-top: 20px;
}

#wpmem_msg {
	width: 280px;
	float: left;
}

#wpmem_reg {
	clear: left;
}

#wpmem_msg.success, #wpmem_msg.success p, p.success, .success {
color: #466c03;
}

#wpmem_msg, #wpmem_msg p, #wpmem_msg.err, #wpmem_msg.err p, p.err, .err {
color: red;
}