﻿.sellerRegLogoWrap { width: 1208px; margin: 10px auto 0;  height: 80px; position: relative; padding-bottom: 10px;}
.auto{height:auto;overflow:hidden;}
.sellerRegLogoWrap img{ width: 160px;/*margin-top:12%*/}
.sellerRegLogoWrap div{ float: left;font-family:楷体}

.shangjiabox{width:796px;height:75px;line-height: 75px;margin:50px auto;}
.shangjiabox .title{ font-size: 30px;text-align: center;font-family:楷体}

.Validform_checktip{ margin-left:8px; line-height:20px; height:20px; overflow:hidden; color:#999; font-size:12px; }

 /*jquery validate 自定义错误*/
input.error {
    border: 1px solid red;
}

label.error {
    padding-left: 16px;
    padding-bottom: 2px;
    font-weight: bold;
    color: red;
}
label.success {
    padding-left: 16px;
    padding-bottom: 2px;
    font-weight: bold;
    color: gray;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}



.form-btn {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.form-btn:hover,
.form-btn:focus,
.form-btn:active,
.form-btn.active {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.form-btn:active,
.form-btn.active {
  background-image: none;
}


.disable{background-color: gray}

.form-btn.disabled,
.form-btn[disabled],
fieldset[disabled] .form-btn,
.form-btn.disabled:hover,
.form-btn[disabled]:hover,
fieldset[disabled] .form-btn:hover,
.form-btn.disabled:focus,
.form-btn[disabled]:focus,
fieldset[disabled] .form-btn:focus,
.form-btn.disabled:active,
.form-btn[disabled]:active,
fieldset[disabled] .form-btn:active,
.form-btn.disabled.active,
.form-btn[disabled].active,
fieldset[disabled] .form-btn.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}