/*base css*/
/*-------------------------------------------------重置reset-------------------------------------------------------*/
a:link, a:visited {
	text-decoration:none;
	color:#2898e0;
}
a:hover {
	color:#006cb1;
	text-decoration:underline;
}
input, button, select, textarea {
	outline:none
}
textarea {
	resize:none;
}
body {
	font-size:12px;
	color:#525252;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
	height:100%;
	background:#f7f8f8;
}
input {
	font-size:12px;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;	
}
input:text
{
	border:1px solid #ccc;
}
input:password
{
	border:1px solid #ccc;
}
button {
	font-size:12px;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
}
select {
	font-size:12px;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
}
textarea {
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
}
* {
	margin:0;
	padding:0;
}
h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h3 {
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h5 {
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
img {
	border:0;
}
ul,ol {
	list-style:none;
}
textarea {
	font-size:12px;
}
/*-------------------------------------------------Formstyle-------------------------------------------------------*/
/*==================form表单样式1=========================*/
.formStyle {
	width:800;
}
.formStyle input {
	width:150px;
	float:left;
}
.formStyle select {
	width:154px;
	height:20px;
	float:left;
}
.formStyle textarea {
	float:left;
	width:300px;
	height:100px;
}
.formStyle .checkbox {
	width:20px;
}
.formStyle .file {
	width:250px;
}
* html .formStyle .file {
	width:226px;
}
.formStyle li {
	clear:both;
	height:24px;
	margin:0 15px 2px 0;
}
* html .formStyle li {
	height:0;
}
*+html .formStyle li {
	height:auto;
}
.formStyle li label {
	height:24px;
	line-height:24px;
	display:block;
	float:left;
	width:70px;
	text-align:right;
	margin-right:10px;
}
.formStyle .loginButton {
	float:left;
	margin:5px 8px 0 0;
}
/*横向排列style*/
.across {
	width:800px;
}
.across li {
	clear:none;
	float:left;
	width:220px;
}
* html .across li {
	margin-right:6px;
}
.across li label {
	text-align:left;
}
/*-------------------------------------------------常用样式genal-------------------------------------------------------*/
/*====隐藏DIV====*/
.hidden {
	display:none;
}
/*===浮动==*/
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
/*====清除浮动clear====*/
.clear_float {
	clear:both;
}
/*====半透明窗口alpha====*/
#alphaWindow {
	display:none;
	position:fixed;
	top:0;
	left:0;
	min-width:1000px;
	width:100%;
	min-height:500px;
	height:100%;
	background-color:#000;
	opacity: 0.3;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	z-index: 1000;
}
/*===========包含浮动元素-不支持IE6===========*/
.clear:after {
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}
.clear {
	min-height:1px;
}
/*==============*/
/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*//*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -khtml-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }

/*register css*/
html
{
	height:100%;
}
body
{
	height:100%;
}
.wrapper
{
	height:100%;
	width:100%;
	min-width:960px;
}
.register_form .sucess_info{
	display: inline;
}
::-ms-clear { display: none; }
.header_wrapper
{
	border-bottom:1px solid #dedede;
	background:#fff;
}
.header
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height:88px;	
}
.logo
{
	width: 253px;
    height: 61px;
	background: url(../../../image/page/index/sprite.png?v=11) no-repeat;
    background-position: 0px -79px;
}
.login_link
{
	margin-top:30px;
	float:right;
	display:block;
	height:24px;
	line-height:24px;
	/*background:url(../../../image/page/register/login_face.png) left center no-repeat;*/
	padding-left:35px;
}
.footer
{
	width:100%;
	padding-bottom:30px;
	color:#959ca8;
	margin-top:100px;
}
.footer span
{
	margin:0 10px;
}
.footer a,.footer a:visited
{
	color:#959ca8;
}
.left_img
{
	width:65%;
	height:100%;
	float:left;
	display:block;
	background-size:100% 100%;
	background-repeat:no-repeat;
}
.right_content
{
	width:35%;
	height:100%;
	float:right;
	position:relative;
	overflow:auto;
	background-color: white;
}
.main
{
	height:auto;
    _height:0;
    position:relative;
    clear:both;
}
.register
{
	height:auto;
	position:relative;
}
.register_bg2
{
	min-height:400px;
}
.register h1
{
	font-size:24px;
	font-weight:normal;
	color:#343d47;
	font-family:"黑体";
}
.register h1 span{
 color: #f2680b;
}
.register_flow
{
	width:430px;
	height:65px;
	margin-top:20px;
}
.register_tip
{
	color:#959ca8;
	font-size: 13px;
	width: 378px;
	margin: 0 auto;
}
.register_title
{
	font-size: 22px;
	text-align: center;
}
.blue_tip
{
	color:#11afeb;
}
.blue_tip2
{
	color:#2898e0;
	font-size:14px;
	margin-top:10px;
}
.blue_tip3
{
	color:#2898e0;
	margin-top:15px;
}
.register_story
{
	width:420px;
	line-height:1.8em;
	border-bottom:1px dotted #959ca8;
}
.register_story h5
{
	color:#959ca8;
	font-weight:normal;
}
.register_story p
{
	margin-bottom:20px;
}
.register_form
{
	margin: 40px auto 0;
	width: 380px;
}
.register_form li
{
	margin-bottom:18px;
	position:relative;
}
.register_form li.password_li
{
	padding-top:10px;
	border-top:1px dotted #afb6c2;
	width:420px;
}
.register_form li .span_watermark
{
	display:block;
	float:left;
}
.register_form li .span_watermark label
{
	font-size:16px;
	margin:13px 0 0 10px;
}
.register_form li input
{
	height:48px;
	line-height:48px;
	border:1px solid #ddd;
	border-radius:4px;
	font-size:16px;
	padding: 0 10px;
	color:#343D47;
	width: 350px;
}
.register_form li .input_onfocus
{
	border-color:#5796ff!important;
}
.register_form li .input_error
{
	border-color:rgb(26,174,255)!important;
}
.validateBox .input_error
{
	border: 1px solid rgb(26,174,255) !important;
}
.register_form li .show_pas
{
	position:absolute;
	right:10px;
	top:22px;
	z-index:9;
	font-size:14px;
	color:#959ca8;
}
.register_form li .show_pas input
{
	height:14px;
	line-height:14px;
	margin:3px 4px 0 0;
}
.register_form li .show_pas .icheckbox_minimal-grey
{
	float:left;
	margin:1px 4px 0 0;
}
.input_number
{
	width:289px;
	margin-right:10px;
}
.input_code
{
	width:440px;
}
.register_help
{
	color:#959ca8;
	height:24px;
	line-height:24px;
}
.register_submit
{
	margin-top:5px;
	margin-bottom: 30px;
}

.verification_form
{
	width: 460px;
	border-top: 1px solid #f0f0f0;
	padding-top: 20px;
	margin-bottom: 40px;
}
.verification_form .verification_code , .validateBox .verification_code
{
	height: 57px;
	line-height: 57px;
	
}
.verification_form .verification_img ,.validateBox .verification_img
{
	
	width: 95px;
	height: 40px;
	display: block;
	float: left;
	margin: 1px 10px 0 10px;
	border: 1px solid #E8E8E8;
	overflow: hidden;
}
.verification_form span.dimness ,.validateBox  span.dimness
{

	color:#959ca8;
	display: block;
	margin: 3px 0 5px 0;
	float: left;

}
.verification_form a.change ,.validateBox a.change
{
	float: left;
}

.verification_form li  .input_code 
{
  width: 230px;
  border: none;
  -webkit-ime-mode:disabled;
  -moz-ime-mode: disabled;
  -o-ime-mode:disabled;
  -ms-ime-mode:disabled;
  ime-mode: disabled;
}
.validateBox .input_code
{
   width: 166px !important;
}
.error_info {
    color: #B7B2AC;
    display: block;
    position: absolute;
    left: 480px;
    top: 0;
    height: 42px;
    padding: 0 15px;
    background: #fff;
    border-left: 8px solid #1aaeff;
    line-height: 42px;
    display: none;
}
.clause
{
	margin:0 0 10px 1px;
	color:#959ca8;
}
.clause a,.clause a:visited
{
	text-decoration:underline;
}
.clause a:hover
{
	color:#525252;
}
.clause .icheckbox_minimal-grey
{
	float:left;
	margin:0 5px 0 0;
}
.clause input
{
	float:left;
	margin:2px 4px 0 0;
}
.register_login
{
	color: #959ca8;
    display: block;
    margin: 10px 0 0 0px;
    text-align: center;
	font-size: 13px;
}
.register_login a,.register_login a:visited
{
	text-decoration:underline;
	color:#11afeb;
	font-size: 13px;
}
.register_login a:hover
{
	color:#525252;
}

.change_pic
{
	overflow: hidden;
	width: 40px;
}
a.button_blue,a.button_blue:visited
{
	display:block;
	float:left;
	height:41px;
	line-height:44px;
	background:rgb(26,174,255);
	border-bottom:3px solid rgb(23,156,229);
	color:#fff;
	border-radius:4px;
	font-size:16px;
	width:120px;
	text-align:center;
}
a.button_blue:hover
{
	background:rgb(69,198,255);
	border-bottom:3px solid rgb(62,178,229);
	color:#fff;
	text-decoration:none;
}
a.button_waiting
{
	background-image:url(../../../image/page/register/040.gif)!important;
	background-repeat:no-repeat!important;
	background-position:17px 13px!important;
}
a.button_disable,a.button_disable:visited,a.button_disable:hover
{
	background-color:#CFCBC6!important;
	border-bottom:3px solid #BAB5AF!important;
	color:#fff!important;
	cursor:default!important;
}

/**/
a.loading_btn,a.loading_btn:visited
{
	height:20px;
	line-height:20px;
	padding:0 15px;
	display:block;
	border:1px solid #ccc;
	background:#ddd;
	color:#666;
	float:left;
	cursor:text;
	border-radius:3px;
}
a.loading_btn:hover
{
	text-decoration:none;	
}



/*邀请码checkbox*/

/*jquery ui checkbox*/
.invited_checkbox
{
	margin-left: -7px;
}
.invited_txt
{
	display: none;
}
.ui-buttonset .ui-state-default, .ui-buttonset .ui-widget-content .ui-state-default, .ui-buttonset .ui-widget-header .ui-state-default
{
   background:  url(../../../image/page/register/register_checkbox_normal.png) 10px center no-repeat !important;
}
.ui-buttonset .ui-state-hover
{
   background:url(../../../image/page/register/register_checkbox_hover.png) 10px center no-repeat !important;
}
.ui-buttonset .ui-state-active, .ui-buttonset .ui-widget-content .ui-state-active, .ui-buttonset .ui-widget-header .ui-state-active
{
	background:url(../../../image/page/register/register_checkbox_checked.png) 10px center no-repeat !important;
}
.ui-buttonset .ui-button-text-only .ui-button-text
{
	padding-left: 35px !important;
}
.ui-buttonset .ui-buttonset .ui-button
{
	margin-right: 0px;
}
.ui-buttonset .ui-button-text-only .ui-button-text
{
	padding-left: 45px;
}
.ui-buttonset .app_list label
{
	display: inline-block;
}

#popupLayer_popup_layer {
    width: 550px;
    position: fixed;
    z-index: 1002;
    left: 50%;
    top: 50%;
    margin-top: -216px;
    margin-left: -275px;
    display: none;
}

#popupLayer_popup_layer .jmp-link-at-top {
    position: absolute;
    left: -9999px;
    top: -1px;
}

#popupLayer_popup_layer .jmp-link-at-top {
    position: absolute;
    left: -9999px;
    top: -1px;
}

#pop_close {
    color: #666;
    font-weight: bold;
    background: #ddd;
    text-align: center;
}
.pop_up {
    position: relative;
    min-width: 400px;
    background: #fff;
    box-shadow: 2px 2px 10px #999;
}

.pop_up h4 {
    height: 50px;
    background: #1aaeff;
    color: #fff;
    border-bottom: 1px solid #e2e2e2;
    #width:100%;#display:block;}

.pop_up h4 span {
    color: #fff;
    float: left;
    margin-left: 18px;
    margin-top: 14px;
}

.pop_up a.pop_close {
    display: block;
    background: #1aaeff!important;
    color: #fff!important;
    line-height: 30px;
    width: 100px;
    margin: 30px auto 0;
    text-align: center;
}

.pop_up .pop_bottom {
    height: 50px;
    background: #efefef;
    border-top: 1px solid #d7d7d7;
    position: relative;
}

.pop_up .pop_bottom .pop_button_area {
    position: absolute;
    right: 15px;
    top: 15px;
}

.pop_up .pop_bottom a.pop_button,.pop_up .pop_bottom a.pop_button:visited {
    height: 24px;
    line-height: 24px;
    padding: 0 20px;
    display: block;
    background: #6abd3d;
    color: #eee;
    float: left;
    border-radius: 3px;
    margin-left: 12px;
}

.pop_up .pop_bottom a.pop_button:hover {
    background: #9dd167;
    text-decoration: none;
}

.pop_up .pop_bottom a.gray_button {
    height: 24px;
    line-height: 24px;
    padding: 0 20px;
    display: block;
    border-radius: 3px;
}

.pop_up .pop_bottom a.back_to {
    position: absolute;
    left: 15px;
    top: 17px;
    color: #555;
}

.pop_content {
    background: #fff;
    padding-bottom: 20px;
}

.pop_content .pop_content_inner {
    padding: 30px;
}

.pop_content .pop_list {
    margin-left: 40px;
    _margin-left: 20px;
    margin-right: 40px;
    padding-bottom: 20px;
}

.pop_content .img_loader {
    padding: 15px;
    min-width: 300px;
    text-align: center;
}

.pop_content .sign_in_content {
    margin-left: 40px;
    _margin-left: 20px;
    margin-right: 40px;
    padding-bottom: 20px;
    padding-top: 28px;
}

.pop_content_text {
    margin: 0 20px 20px 20px;
    padding-top: 20px;
}

.pop_content_text p {
    line-height: 2em;
    margin-bottom: 10px;
}
#cover {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background: #999;
	opacity: 0.6;
	filter: alpha(opacity=60);
	display: none;
}
#location_p, #location_c {
	width: 229px;
	height: 42px;
	border-radius: 4px;
	border: 1px solid #e8e8e8;
	font-size: 16px;
	padding: 0 10px;
}
#sendTip {
	line-height: 40px;
	padding-left: 20px;
	display:none;
	color:#7B7873;
	font-weight:bold;
}

.register_form li {
	position: relative;
}
.error_info
{
	color:#B7B2AC;
	display:block;
	position: absolute;
	left: 480px;
	top: 0;
	height: 42px;
	padding: 0 15px;
	background: #fff;
	border-left: 8px solid rgb(26,174,255);;
	line-height: 42px;
	display: none;
}
.pageLogo{
    position: absolute;
    width: 259px;
    height: 62px;
    background-repeat: no-repeat;
    top: 5%;
    left: 3%;
		background-image:url(../../../image/page/login/logo.png);
}
.right_nav{
	height: 65px;
	text-align: center;
}
.right_nav li{
	width: 50%;
	background-color: #eaeaea;
	float: left;
	*width:49.9%;
}
.right_nav li.active{
	background-color: #fff;
}
.right_nav li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	line-height: 65px;
	color: #000;
	text-decoration: none;
}
.rightWrap  .wel_words{
	position:relative;
	font-size:22px;
	color:rgb(99,99,99);
	height:50px;
	line-height:50px;
}
.login_tab{
	height: 50px;
	text-align: center;
}
.login_tab li{
	width: 50%;
	background-color: #fff;
	float: left;
	border-bottom: 2px solid #cccccc;
}
.login_tab li.active{
	background-color: #fff;
	border-bottom: 4px solid #12aeeb;
}
.login_tab li.active a{
	color: #12aeeb;
}
.login_tab li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 50px;
	color: #6f6f6f;
	text-decoration: none;
}
.rightWrap .user_name,
.rightWrap .input_code{
 display:block;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ddd;;
  border-radius: 4px;
  font-size: 16px;
  padding: 0 10px;
  width:40%;
  color: #343D47;
  background:#fff;
  margin-top:20px;
}
.rightWrap .user_name:focus,
.rightWrap .input_code:focus{
  border-color:#5796ff!important;
}
input:-webkit-autofill { 
-webkit-box-shadow: 0 0 0px 1000px #fff inset; 
}
.rightWrap .forgetPsw{
	position:relative;
	margin:10px 0 30px;
}
.rightWrap .forgetPsw a{
	color:rgb(25,174,255);
	font-size: 13px;
    font-weight: bold;
}
.rightWrap .login{
  display: block;
  height: 36px;
  line-height: 36px;
  background: rgb(25,174,255);
  color: #fff;
  border-radius: 1px;
  font-size: 16px;
  width: 282px;
  text-align: center;
  text-decoration: none;
  border-width: 0px;
  border-bottom: 3px solid rgb(25,156,228);
  cursor: pointer;
  margin: 48px 0 20px 0;
}
.rightWrap .login.loading{
	background: #ccc;
	border-color: #ccc;
	cursor: wait;
}
.tipscontent {
    position: relative;
    height: 100px;
    line-height: 100px;
    font-size: 16px;
    color: #666;
    text-align: center;
}
.showTips{
  width: 450px;
  position: fixed;
  z-index: 1002;
  left: 50%;
  top: 50%;
  margin-top: -187px;
  margin-left: -275px;
  display:none;
  background:#Fff;
  height:250px;
  border-radius:5px;
  
}
.showTips .tipstitle{
	height:15px;
	line-height:15px;
	background: rgb(26,174,255);
	color:#fff;
	font-size:18px;
	padding-left:13px;
	padding:15px 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

}
.showTips .tipstitle p{
	height:15px;
	line-height:15px;
	border-left:3px solid #fff;
	padding-left:13px;
	margin-left:13px;
}
.showTips a{
  display: block;
  float: left;
  height: 41px;
  line-height: 44px;
  background: rgb(26,174,255);
  border-bottom: 3px solid rgb(23,156,229);
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  width: 120px;
  text-align: center;
  margin-left:165px;
  margin-top:30px;
}
.rightWrap .pageLogo  a,.logo a{
	display:block;
	width:100%;
	height:100%;
}
.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}
.ui-button-text{
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
}

/*--------update-------*/
.code_register{
	position: relative;
    margin: 100px 50px;
}
.c_logo{
	position: relative;
    width: 253px;
    height: 61px;
    background: url(../../../image/page/index/sprite.png?v=3) no-repeat;
    background-position: 0 -79px;
}
.c_logo a{
	display: block;
    width: 100%;
    height: 100%;
}
.screen_logo,.rightWrap .screen_logo {
	position: relative;
    width: 253px;
    height: 61px;
    background: url(../../../image/page/register/screen_logo.png) no-repeat;
    background-position: 0 0;
}
.bar_logo,.rightWrap .bar_logo {
	position: relative;
    width: 253px;
    height: 61px;
    background: url(../../../image/page/register/bar_logo.png) no-repeat;
    background-position: 0 0;
}
.c_box{
	text-align:center;
	font-family: Microsoft YaHei,Arial, Helvetica, sans-serif;
	margin-top: 55px;
}
.c_p1{
	font-size: 20px;
	color: rgb(190,190,190);
}
.c_p2{
	font-size: 17px;
	color: rgb(132,132,132);
}
.c_p2 b{
	font-size: 30px;
	font-weight: normal;
	color: rgb(233,110,24);
}
#code-img{
	width:240px;
	height:240px;
	margin:30px 0 50px 0;
	line-height: 240px;
	text-align: center;
}
.user-himg{
	vertical-align: middle;
	border-radius: 5px;
}

/*----------登录页面---------*/
.rightWrap, .main{
	overflow: hidden;	
	min-width: 380px;
	position: relative;
    margin: 7% 80px 0;
    box-sizing: border-box;
}
.pageLogo{
	margin-bottom: 55px;	
}
.code_login{
    margin: 0 auto;
    width: 270px;
}
.general_login{
	width: 284px;
	margin: 30px auto 0;
	height: 313px;
}
.cl_box{
	text-align: center;	
	border: 1px solid #ccc;
	margin-top: 30px;
}
.cl_box .c_p1,.rightWrap .wel_words{
	font-size: 22px;
	color: rgb(127,127,127);
	line-height: normal;
}
#codel-img{
	width:250px;
	height:250px;
	margin:10px 0 10px 0;
	line-height: 200px;
	text-align: center;
}
.code_login .code_txt{
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	color: #9a9a9a;
	margin-top: 8px;
}
#code_tip{
	font-size: 16px;
	color: red;
	display: none;	
}
.user-himg{
	width: 50px;
	height: 50px;
	border-radius: 5px;
}

.right_bottom{
	width: 270px;
	margin: 15% auto 5%;
	color: #717171;
}
.right_bottom a{
	color: #717171;
	font-size: 15px;
	line-height: 25px;
	text-decoration: none;
}
.right_bottom a.back_index{
	float: left;
	background-image: url("../../../image/page/login/02.png");
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0px 3px;
}
.right_bottom #login_qq_btn{
	float: right;
	background-image: url("../../../image/page/login/03.png");
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0px 3px;
}

.ui-buttonset .ui-state-default,.ui-buttonset .ui-widget-content .ui-state-default,.ui-buttonset .ui-widget-header .ui-state-default {
    background: url(../../../image/page/register/register_checkbox_normal.png) 10px center no-repeat!important;
}

.ui-buttonset .ui-state-hover {
    background: url(../../../image/page/register/register_checkbox_hover.png) 10px center no-repeat!important;
}

.ui-buttonset .ui-state-active,.ui-buttonset .ui-widget-content .ui-state-active,.ui-buttonset .ui-widget-header .ui-state-active {
    background: url(../../../image/page/register/register_checkbox_checked.png) 10px center no-repeat!important;
}

.ui-buttonset .ui-button-text-only .ui-button-text {
    padding-left: 35px!important;
}

.ui-buttonset .ui-buttonset .ui-button {
    margin-right: 0;
}

.ui-buttonset .ui-button-text-only .ui-button-text {
    padding-left: 45px;
}

.ui-buttonset .app_list label {
    display: inline-block;
}
a.button_yellow, a.button_yellow:visited {
    display: block;
    float: left;
    height: 39px;
    line-height: 42px;
    background: #666460;
    border-bottom: 3px solid #5C5B56;
    color: #fff;
    padding: 0 25px;
    border-radius: 4px;
    font-size: 14px;
}
#sendCaptcha{
	position: absolute;
	right: 12px;
	background-color: #11afeb;
	border: none;
	border-radius: 4px;
	height: 42px;
	line-height: 42px;
	text-decoration: none;
	top: 4px;
}
#sendCaptcha.button_disable{
	border: none!important;
}
#checkCaptcha,#submitApplication{
	width: 380px;
	float: none;
	margin: 0 auto;
	height: 44px;
}
.submit_error_tip{
	color: #ff5c70;
	text-align: center;
	height: 20px;
	margin-top: 15px;
}