/* Membership and Login */

.tml {
	max-width:100%;
}

.tml p.tml-user-pass-wrap {
	margin-bottom: 5px;
}

.tml-login .tml-rememberme-wrap {
	display:block;
	font-size: 12px;
}

.tml-login .tml-submit-wrap {
	display: block;
	text-align: left;
	position: relative;
}

.tml-login .tml-submit-wrap input[type="submit"] {
	display: inline-block;
	color: #fff;
	font-style: normal;
	font-weight: 600;
	font-size: 0.8em;
	line-height: 2.2;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, .12);
	padding: 4px 18px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #9c3;
	border:0;
	cursor:pointer;
	box-shadow: 0px 3px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 3px 0px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, .2);
}

	.tml-login .tml-submit-wrap input[type="submit"]:hover {
		background-color:#749a27;
	}


/* General Table Forms */
table th, table td {
	padding: 10px;
}

/* We're using a plugin called 'theme my login' which adds .tml-form-table to the membership/login form tables. However, it doesn't add it to custom forms so the code below applies those styles for the sake of consistency */


.tml-profile .form-table {
	border-collapse: collapse;
}

.tml-profile .form-table th,
.tml-profile .form-table td {
	display: block;
	vertical-align: middle;
	width: auto;
}

.tml #custom_Privacy_tr td label {
	display:inline;
}

/* Hide strong/weak password note */
#pass-strength-result {
	display:none !important;
}

.pmpro_asterisk {
	color: #a94442;
}

/* PMP Member Checkout page */
/* .pmpro_payment-expiration select {
	display: inline;
}  */

form .pmpro_checkout-field input, 
.pmpro_checkout-field select {
    display: inline;
}
