/*
Copyright: © 2009 WebSharks, Inc. ( coded in the USA )
<mailto:support@websharks-inc.com> <http://www.websharks-inc.com/>

Released under the terms of the GNU General Public License.
You should have received a copy of the GNU General Public License,
along with this software. In the main directory, see: /licensing/
If not, see: <http://www.gnu.org/licenses/>.
*/
/*
s2Member / Multisite Integration Forms.

These are basic CSS rules. You can override any of these
through the `/style.css` file for your WordPress® theme.

If you're using a `PriMo Theme`, you can use:
	PriMoTheme Options -> Custom CSS
See: http://www.primothemes.com/
*/
div#content > div.mu_register > form#setupform input.ws-plugin--s2member-custom-reg-field[type = text],
div#content > div.mu_register > form#setupform input.ws-plugin--s2member-custom-reg-field[type = password],
div#content > div.mu_register > form#setupform textarea.ws-plugin--s2member-custom-reg-field,
div#content > div.mu_register > form#setupform select.ws-plugin--s2member-custom-reg-field
	{
		width: 100%;
		margin: 5px 0 5px 0;
		font-size: 24px;
	}
div#content > div.mu_register > form#setupform select.ws-plugin--s2member-custom-reg-field
	{
		width: 101%;
	}
div#content > div.mu_register > div.mu_alert
	{
		display: none;
	}
/*
Styles the inline Profile Editing panel.
*/
form#ws-plugin--s2member-profile table
	{
		margin: 0; /* No margins. */
	}
form#ws-plugin--s2member-profile table td
	{
		padding: 0 0 10px 0;
	}
div#ws-plugin--s2member-profile-saved
	{
		margin-bottom: 15px;
		font-weight: bold;
		font-size: 110%;
	}