.login {
	padding: 5px 5px 50px 5px;
	text-align: center;
}

.login p.error {
	padding: 5px;
	border: 1px solid #c00;
	background-color: #ffebe8;
	color: #333;
	text-align: left;
}

.login p.message {
	padding: 5px;
	/*margin: 0 50px;
	width: 300px;*/
	border: 1px solid #e6db55;
	background-color: #ffffe0;
	color: #333;
	text-align: left;
}

.login form label {
	/*display: block;*/
	/*width: 100px;*/
	/*align:right;*/
	color: #555;
	line-height: 20px;
	font-size: 16px;
}

.login form p.forgetmenot label {
	display: inline;
}

.login input {
	/*margin: 5px 0;*/
	line-height: 16px;
}

.profile .screen-reader-text,.profile .screen-reader-text span {
	height: 1px;
	left: -1000em;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.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;
}

.login form {
	margin-left: auto;
	margin-right: auto;
	padding: 30px 30px 0px 30px;
	display: inline-block !important;
	text-align: left;
}

.button-center {
	text-align: center;
}

.tml-action-links-div {
	padding: 20px;
	font-size: 16px;
}

.tml-action-links-div a{
	margin: 0px 20px;
}

ul.tml-action-links {
	padding: 0;
	margin: 0 0 20px 0;
}

ul.tml-action-links li {
	background: none !important;
	width: 40%;
	float: left;
	padding: 0;
	margin: 0 20px 0 20px;
	/*border:#616161 1px solid;*/
	font-size: 20px;
}

/* social login css
*/
#ds-login .ds-icons-32 a {
	float: left;
	margin: 0 5px 0 0;
}

#ds-login {
	height: 40px;
}

.ds-icons-32 a {
	display: block;
	cursor: pointer;
	width: 32px !important;
	height: 32px !important;
	background: url("images/icons_large.png") no-repeat !important;
	overflow: hidden;
	text-indent: -9999px
}

.ds-icons-32 a.ds-weibo {
	background-position: -37px 0 !important
}

.ds-icons-32 a.ds-qzone {
	background-position: 0 0 !important
}

.ds-icons-32 a.ds-qqt {
	background-position: -74px 0 !important
}

.ds-icons-32 a.ds-renren {
	background-position: -148px 0 !important
}

.ds-icons-32 a.ds-kaixin {
	background-position: -111px 0 !important
}

.ds-icons-32 a.ds-netease {
	background-position: -300px 0 !important
}

.ds-icons-32 a.ds-sohu {
	background-position: -224px 0 !important
}

.ds-icons-32 a.ds-qq {
	background-position: -488px 0 !important
}

.ds-icons-32 a.ds-douban {
	background-position: -186px 0 !important
}

.ds-icons-32 a.ds-baidu {
	background-position: -262px 0 !important
}

.ds-icons-32 a.ds-taobao {
	background-position: -416px 0 !important
}

.ds-icons-32 a.ds-msn {
	background-position: -377px 0 !important
}

.ds-icons-32 a.ds-taobao {
	background-position: -339px 0 !important
}
/*
.login form {
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	border: 1px solid rgba(0, 0, 0, .2);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 13px 3px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, .5);
	box-shadow: 0 0 13px 3px rgba(0, 0, 0, .5);
	overflow: hidden;
	display:inline-block !important;
}

.login form input {
	width: 240px;
	height: 28px;
	line-height: 26px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
}

.login form input:focus,.login form textarea:focus {
	background-color: rgba(130, 120, 140, 0.2);
	-moz-box-shadow: 0 0 5px 1px rgba(255, 255, 255, .5);
	-webkit-box-shadow: 0 0 5px 1px rgba(255, 255, 255, .5);
	box-shadow: 0 0 5px 1px rgba(255, 255, 255, .5);
	overflow: hidden;
}

.login label {
	color: #555;
	line-height: 36px;
	font-size: 20px;
	float: left;
	width: 100px;
	padding-top: 5px;
	text-align: right;
	display: block;
}

.login form .input,.login input[type="text"] {
	color: #8c8a8a;
}

input#rememberme {
	height: 18px;
	width: 18px;
	display: inline;
	vertical-align: middle;
	margin: 10px 0;
}

input.button-primary {
	width: 138px;
	height: 44px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	float: right;
	border: 1px solid #3d5a5a;
	background: #416b68;
	background: -webkit-gradient(linear, left top, left bottom, from(#6da5a3),
		to(#416b68));
	background: -webkit-linear-gradient(top, #6da5a3, #416b68);
	background: -moz-linear-gradient(top, #6da5a3, #416b68);
	background: -ms-linear-gradient(top, #6da5a3, #416b68);
	background: -o-linear-gradient(top, #6da5a3, #416b68);
	background-image: -ms-linear-gradient(top, #6da5a3 0%, #416b68 100%);
	padding: 10.5px 21px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, inset
		rgba(255, 255, 255, 0.7) 0 1px 0;
	-moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, inset
		rgba(255, 255, 255, 0.7) 0 1px 0;
	box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, inset
		rgba(255, 255, 255, 0.7) 0 1px 0;
	text-shadow: #333333 0 1px 0;
	color: #e1e1e1;
}

input.button-primary:hover {
	border: 1px solid #3d5a5a;
	text-shadow: #333333 0 1px 0;
	background: #416b68;
	background: -webkit-gradient(linear, left top, left bottom, from(#77b2b0),
		to(#416b68));
	background: -webkit-linear-gradient(top, #77b2b0, #416b68);
	background: -moz-linear-gradient(top, #77b2b0, #416b68);
	background: -ms-linear-gradient(top, #77b2b0, #416b68);
	background: -o-linear-gradient(top, #77b2b0, #416b68);
	background-image: -ms-linear-gradient(top, #77b2b0 0%, #416b68 100%);
	color: #fff;
}

input.button-primary:active {
	margin-top: 1px;
	text-shadow: #333333 0 -1px 0;
	border: 1px solid #3d5a5a;
	background: #6da5a3;
	background: -webkit-gradient(linear, left top, left bottom, from(#416b68),
		to(#416b68));
	background: -webkit-linear-gradient(top, #416b68, #609391);
	background: -moz-linear-gradient(top, #416b68, #6da5a3);
	background: -ms-linear-gradient(top, #416b68, #6da5a3);
	background: -o-linear-gradient(top, #416b68, #6da5a3);
	background-image: -ms-linear-gradient(top, #416b68 0%, #6da5a3 100%);
	color: #fff;
	-webkit-box-shadow: rgba(255, 255, 255, 0) 0 1px 0, inset
		rgba(255, 255, 255, 0.7) 0 1px 0;
	-moz-box-shadow: rgba(255, 255, 255, 0) 0 1px 0, inset
		rgba(255, 255, 255, 0.7) 0 1px 0;
	box-shadow: rgba(255, 255, 255, 0) 0 1px 0, inset
		rgba(255, 255, 255, 0.7) 0 1px 0;
}
*/