.login {
	padding: 5px;
}

.login p.error {
	color: red;
}

.login p.message {	
	font-size: 14px;
	color: #FF8B00;
}

.login form label {
	display: block;
}

.login form p.forgetmenot label, .login form p.submit label {
	display: inline;
	vertical-align: middle;
}

.login input {
	margin: 5px 0;
	padding: 2px 0 1px 2px;
	color: #818181;
	font-size: 11px;
	height: 14px;
}

.login .input {
	width: 180px;
}

.login p.submit input {
	height: 20px;
	padding: 2px;
	font-weight: bold;
	cursor: pointer;
	vertical-align: middle;
}

.login .rememberme_container {
	margin: 0 0 0 35px;
    padding: 0;
}

.mu_register .hint {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}

.mu_register label.checkbox {
	display: inline;
}

#pass-strength-result {
    border-style: solid;
    border-width: 1px;
    margin: 12px 5px 5px 1px;
    padding: 3px 5px;
    text-align: center;
    width: 200px;
}

#pass-strength-result.strong,
#pass-strength-result.short {
    font-weight: bold;
}

#pass-strength-result {
    background-color: #eee;
    border-color: #ddd !important;
}

#pass-strength-result.bad {
    background-color: #ffb78c;
    border-color: #ff853c !important;
}

#pass-strength-result.good {
    background-color: #ffec8b;
    border-color: #fc0 !important;
}

#pass-strength-result.short {
    background-color: #ffa0a0;
    border-color: #f04040 !important;
}

#pass-strength-result.strong {
    background-color: #c3ff88;
    border-color: #8dff1c !important;
}

/*themed profiles css*/

#your-profile .form-table th {
	border:0 none;
	background: 0;
}

#your-profile .form-table td {
	text-align:left;
}