.wlm3-form {
	max-width: 600px;
}
.wlm3-form .wlm3-form-group {
	margin-bottom: 15px;
	position: relative;	
}
.wlm3-form .wlm3-form-group label {
	display: block;
	margin-bottom: 5px;
}
.wlm3-form .wlm3-form-group .wlm3-form-field {
	display: block;
	width: 100%;
}

.wlm3-form .wlm3-form-group .wlm3-form-header {
	font-weight: bold;
	font-size:1.2em;
}

.wlm3-form [id^="wlm3-password-generator-buttons_"] {
	position: absolute;
	right: 0;
	white-space: nowrap;
}

.wlm3-form [id^="wlm3-password-generator-strength_"] {
	text-align: center;
}

.wlm3-form [id^="wlm3-password-generator-strength_"].bad {
	background: #f1adad;
}

.wlm3-form [id^="wlm3-password-generator-strength_"].short {
	background: #f1adad;
}

.wlm3-form [id^="wlm3-password-generator-strength_"].good {
	background: #ffe399;
}

.wlm3-form [id^="wlm3-password-generator-strength_"].strong {
	background: #c1e1b9;
}


.wlm3-form .wlm3-profile-error {
	color: red;
}

.wlm3-form .wlm3-profile-ok {
	color: green;
}

.wlm3-theme-styled-reg-form {
	max-width: 600px;
}

.wlm3-show-new-regform .wlm3-theme-styled-reg-form-toggle li.wlm3-existing-account,
.wlm3-show-existing-regform .wlm3-theme-styled-reg-form-toggle li.wlm3-new-account {
	border-bottom: 1px solid #888;
}

.wlm3-show-existing-regform .wlm3-theme-styled-reg-form-toggle li.wlm3-existing-account,
.wlm3-show-new-regform .wlm3-theme-styled-reg-form-toggle li.wlm3-new-account {
	border: 1px solid #888;
	border-bottom: none;
}

.wlm3-show-new-regform .wlm3-existing-account-error,
.wlm3-show-new-regform .wlm3-existing-account-form,
.wlm3-show-existing-regform .wlm3-new-account-error,
.wlm3-show-existing-regform .wlm3-new-account-form {
	display: none;
}

.wlm3-theme-styled-reg-form-toggle {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

.wlm3-theme-styled-reg-form-toggle li {
	display: inline-block;
	width: 50%;
	text-align: center;
	padding: 10px;
}

.wlm3-theme-styled-reg-form-toggle li a {
	display: block;
	color: #000;
	text-decoration: none !important;
	outline: none;
}

.wlm3-form-tos {
	border: 1px solid #888;
	padding: 20px;
	max-height: 300px;
	overflow: auto;
}