#content .content_left {
	width: 600px;
	margin-right: 50px;
}

.register-form {
	margin-top: 30px;
	font-family: "宋体";
}

.register-form .btn-register {
	height: 40px;
	width: 100px;
	line-height: 1px;
	*line-height: 20px;
}

.input-xlarge {
	width: 300px;
}

.form-horizontal .control-label {
	width: 90px !important;
}

.form-horizontal .controls {
	margin-left: 100px !important;
		*margin-left: 10px !important;
}

.form-horizontal .controls:first-child {
	*padding-left: 80px !important;
}

.form-horizontal .form-actions {
	padding-left: 80px !important;
		*margin-left: 10px !important;
}


.radio, .checkbox {
	padding: 0 !important;
	position: relative;
}

.form-rc {
	padding-left: 30px !important;
}

.iradio_square-green {
	position: absolute !important;
	top: -1px !important;
	left: 0 !important;
}

.icheckbox_square-green {
	position: absolute !important;
	top: -1px !important;
	left: 0 !important;
}

.help-inline {
	color: #bbb;
}


.sidebars-navigation {
	margin-top: 55px;
}

.have-account {
	margin-top: 12px;
	padding-bottom: 30px;
	border-bottom: 1px #CCC dashed;
}

.have-account p{
	color: #000;
	font-size: 18px;
	line-height: 40px;
}

.have-account li {
	background: url(../images/xltx.gif) no-repeat scroll 0 0 #FAFAFA;
	border: 1px solid #E9E9E9;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
	width: 53px;
	float: left;
}

.have-account .ico1 {
	background-position: 0 -66px;
}

.have-account .ico1:hover {
	background-position: 0 -98px;
}

.have-account .ico2 {
	background-position: 0 -3px;
	margin-left: 10px;
}

.have-account .ico2:hover {
	background-position: 0 -35px;
}

#access .menu {
	display: inline-block;
}

.menu-right {
	list-style: none;
	font-weight: normal;
	position: relative;
	float: right !important;
	font-family: '微软雅黑', sans-serif;
	font-weight: normal;
}

#tiny-right {
	list-style-type: none;
	position: relative;
	z-index: 1033;
}

#tiny-right>li {
	float: left;
	display: inline-block;
	position: relative;
}

.menu-right .message{
	height: 28px;
	width: 40px;
	padding: 20px;
	background: url(../images/message.png) no-repeat center;
	cursor: pointer;
	-webkit-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
			-moz-transition: all 200ms ease-in;
}

.menu-right .message:hover{
	background: #ffce76 url(../images/message.png) no-repeat center;
}

.menu-right .account{
	height: 28px;
	padding: 20px;
	line-height: 28px;
	cursor: pointer;
	-webkit-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
			-moz-transition: all 200ms ease-in;
}

.menu-right .account:hover{
	background: #ffce76;
}

.menu-right .menu-badge {
	position: absolute;
	font-size: 12px !important;
	font-weight: 300;
	top: 10px;
	right: 20px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	height: 14px;
	line-height: 14px;
	background: url(../images/nav_sprite_mail.png) center;
	padding: 2px 6px 2px 6px;
	-webkit-border-radius: 12px !important;
	-moz-border-radius: 12px !important;
	border-radius: 12px !important;
	text-shadow: none !important;
}

.right-popup {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-color: #D8D8D8;
  position: absolute;
  top: 72px;
  right: 0;
  display: none;
}

.menu-right .msg {
  	width: 216px;
  	height: 200px;
}

.menu-right .acc {
	width: 150px;
	height: auto;
}

.right-popup ul, 
.right-popup li {
	position: relative !important;
	display: block !important;
	text-align: center;
}

.right-popup li a{
	width: 100%;
	display: block;
	padding: 20px 0;
	font-size: 16px;
}

.right-popup li a:hover{
	background: #eee;
}


.menu-right .msg .popup-arrow,
.menu-right .acc .popup-arrow {
	position: absolute;
	background: url(../images/arrow-up2.png);
	width: 19px;
	height: 10px;
	top: -10px;
	right: 30px;
	border-bottom: 1px solid white;
}

.login-bg {
	margin-top: -30px;
	*margin-top: 0;
	margin-bottom: -70px;
	*margin-bottom: -90px;
	background: url('../images/wallpaper8.png');
	width: 100%;
}

.login-box {
	border: solid #E5E5E5 1px;
	border-radius: 5px;
	margin-top: 40px;
	margin-bottom: 80px;
	background: #fff;
	padding: 80px 100px 80px 50px;
	display: block;	
}

.login-box .title {
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 30px;
	margin-left: 60px;
	padding-left: 14px;
	border-left: 5px solid #F8B630;
}

.login-box .btn-login {
	font-size: 18px;
	height: 40px;
	width: 100px;
}

.login-box .login-fpw {
	float: right;
	*margin-top: -20px;
}

.login-box .login-rg {
	line-height: 36px;
	float: right;
	color: #00BDC9;
	margin-right:10px;
	font-size: 16px;
	*margin-top: -40px;
}

.login-left {
	width: 439px;
	float: left;
}

.social-login-list {
	margin-top: 20px;
	margin-left: 60px;
}

.social-login-list li {
	width: 132px;
	height: 42px;
	margin: 0 15px 15px 0;
	background: url("../images/social_login_btn.png") no-repeat 0 -38px;
	float: left;
}

.social-login-list li a {
	color: #333;
	width: 92px;
	height: 42px;
	line-height: 42px;
	padding-left: 40px;
	background: url("../images/social_login_icon.png") no-repeat 0 -38px;
	display: inline-block;
}

.login-right {
	width: 340px;
	margin-right: 10px;
	float: right;
	border-left: #DDD dashed 1px;
}

.login-right .alert {
	margin-left: 60px;
}

