/* @override 
	http://www5.lubith.com/lubith3/wp-content/themes/lubith/theme-my-login.css?ver=6.1.4 */

#login-container {
	
}

.login {
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
}

.login p.error {
	padding: 5px 20px 5px 20px;
	line-height: 1.5;
	border: 1px solid #c00;
	border-radius: 7px;
	background-color: #ffebe8;
	color: #333;
}

.login p.message {
	padding: 5px 20px 5px 20px;
	border: 1px solid #e6db55;
	background-color: #ffffe0;
	color: #333;
}

.login .description {
	color: #909090;
}

.login .message {
	line-height: 1.5;
	border-radius: 7px;
}

#login-box {
	background: url(images/login.png) no-repeat;
	width: 550px;
	height: 311px;
	padding: 170px 0 0 45px;
	margin: 0 130px 0 130px;
	position: relative;
}

.login p {
	margin-bottom: 5px;
}

.login label, .login input {
	color: #4F4F4F;
}

#loginform input[type="submit"] {
	margin: 0 0 0 152px;
}

#sign-up-button {
	top: 320px;
	left: 390px;
	position: absolute;
	width: 158px;
	height: 96px;
	background: url(images/sign-up-button.png);
}

#sign-up-button:hover {
	background: url(images/sign-up-button-over.png);
}

#preloader-signup {
	background: url(images/sign-up-button-over.png);
	width: 0;
	height: 0;
}

#register-container {
	width: 359px;
	position: relative;
	margin-left: 250px;
}

#register-header {
	background: url(images/register-header.png) no-repeat;
	padding-top: 45px;
	height: 44px;
}

#register-content {
	background: url(images/register-content.png) repeat-y;
	padding: 0 50px 0 50px;
}

#register-footer {
	background: url(images/register-footer.png) no-repeat;
	height: 16px;
}

.register-title {
	text-align: center;
	width: 359px;
	font-weight: bold;
	color: #4b3024;
	text-shadow: #8fc2be 1px 1px 1px;
}

#content table, #content table tr td {
	border: none;
}

ul li {
	display: inline;
}

.tml-action-links {
	margin: 0;
}

.login form label {
	font-family: Helvetica, Arial, sans-serif;
	display: block;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 0px;
	width: 200px;
	line-height: 25px;
}

.profile form label {
	text-align: right;
}

.profile h3 {
	display: none;
}

.login form p.forgetmenot label {
	display: inline;
	font-size: 12px;
}

.login form p.forgetmenot {
	height: 25px;
	margin: 0;
}

.profile #user_login {
	color: #3C3C3C;
	background-color: #F5F5F5;
}

.login input {
	font-size: 16px;
	padding: 4px;
	text-indent: 8px;
	border-radius: 7px;
	border:solid 1px #989898;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.login input[type="text"], .login input[type="password"] {
	margin: 0;
	width: 250px;
	height: 30px;
	background-color: white;
}

.login input[type="submit"] {
	border-color: #0195c5;
	height: 32px;
	text-align: center;
	text-shadow: 1px 1px #B8EFFB;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	padding: 0 30px 0 20px;
	background: url(images/button-normal.png) repeat-x;
}

.login input[type="submit"]:hover {
	background: url(images/button-over.png) repeat-x;
}

.profile {
	background-color: #f5e087;
	border-radius: 7px;
	border:solid 1px #adc363;
	padding: 20px 40px 0 40px;
}

.profile input[type="text"], .profile input[type="password"], .profile select {
	margin: 5px;
}

#preloader-button {
	width: 0;
	height: 0;
	background: url(images/button-over.png) repeat-x;
}

.profile .submit {
	margin-left: 233px;
}

.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;
}