
.regbox{
    width: 100%;
    margin: 15px auto;
    border: solid 1px #e5e5e5;
    background-color: #fff;
    padding: 10px;
    height: auto !important;
    height: 500px;
}

.title {
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    height: 50px;
    clear: both;
    margin: 10px auto;


}

.form-group {
    width: 600px;
    margin: 15px auto 0px;
    clear: both;
    display: block;
}

.input-group {
    display: table;
    border-collapse: separate;
    width: 600px;
    margin: 0px auto;
}

.regbox .input-group-addon {
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 2px 0px 0px 2px;
    width: 100px;
    height: 50px;
    line-height: 50px;
    display: block;
    float: left;
    border-right:none;
}

.form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: block;
    width: 100%;
    height: 34px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.regbox .input-lg {
    height: 50px;
    padding: 6px 16px;
    font-size: 18px;
    line-height: 50px;
    border-radius: 0px 2px 2px 0px;
    outline: none;
    width: 500px;
    float: left;

}
.regbox input:focus {
    border-color: #66afe9;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
::-webkit-input-placeholder {
    font-size: 12px;
}

::-moz-placeholder {
    font-size: 12px;
}

:-ms-input-placeholder {
    font-size: 12px;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    text-align: left;
    font-size: 12px;
    width: 400px;
    margin-left: 100px;
}
.font-r {
    color: #F00;
}
.captcha img {
    width: 100px;
    height: 42px;
}

.opbtndiv {
    width: 500px;
    clear: both;
    height: 60px;
    margin: 0px auto;
    margin-top: 40px;
    text-align: center;
}

.opbtndiv .opbtn {
    border: none;
    width: 250px;
    font-size: 18px;
    background: #428bca;
    margin: 0px auto;
    float: none;
    color: #FFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height:40px;
    line-height: 40px;
}



/*


.form-group {
    margin-left: 20px
}

.form-group .control-div input::-webkit-input-placeholder {
    color: transparent
}

.form-group .control-div input::-moz-placeholder {
    color: transparent
}

.form-group .control-div input:-ms-input-placeholder {
    color: transparent
}

.form-group .control-div input.placeholder {
    color: transparent
}

.form-group .control-label {
    width: 200px;
    font-size: 14px;
    line-height: 32px;
    margin-right: 20px;
    display: inline-block;
    text-align: right
}

.form-group .control-label .fa, .fa-star {
    color: #b20000
}

.form-group .control-div {
    width: 250px;
    text-align: left;
    line-height: 32px;
    display: inline;
}

.form-group .control-info {
    display: inline-block;
    width: 50%;
    margin: 5px 0 5px 35%;
    text-align: left;
    color: #999;
    font-size: 12px
}

.form-group .control-div input, #checkcode-input-group input {
    width: 250px;
    height: 32px;
    padding: 5px 4px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #E5E5E5;
    background-image: none;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.form-group .control-div label {
    margin: 0 10px 0 0;
}

.form-group .control-div input[type="radio"], .form-group .control-div input[type="checkbox"] {
    display: inline-block;
    padding: 0;
    width: 14px;
    height: 14px
}

.btninput {
    text-align: center
}

.formbar {
    margin: 0 auto;
    padding: 20px
}

fieldset {
    width: 700px;
    margin: 0 auto;
    border: none
}

fieldset.fieldset-group {
    border: 2px solid #AB4CC7;
}

fieldset legend {
    padding: 0 10px;
    color: #9201BC;
    font-size: 18px
}

.form-group .agree {
    color: #737373;
    cursor: pointer
}

.form-group .agree:hover {
    color: #eed51e;
    text-decoration: underline
}

.hasShow {
    display: block;
    -webkit-transition: all linear 3s;
    -moz-transition: all linear 3s;
    -ms-transition: all linear 3s;
    -o-transition: all linear 3s;
    transition: all linear 3s
}

#checkcode-input-group {
    display: inline-block;
    width: 200px;
    height: 32px;
    background: #e5e5e5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

#checkcode-input-group > input {
    display: inline-block;
    width: 70%
}

#checkcode-input-group > span {
    float: left;
    width: 30%;
    height: 32px
}

.checkcode {
    position: relative
}

.checkcode img {
    width: 120px;
    height: auto;
    border-radius: 3px
}

.fieldset-last .form-group {
    text-align: center
}

#btn-submit, #btn-reset {
    margin: 5px 0
}

.modal-header {
    color: #fff;
    text-align: left;
    background: gray
}

.modal-content, .modal-dialog, .modal-body, .modal-footer {
    background: #fff
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-body > ul {
    list-style-type: disc;
    padding-left: 30px
}

.modal-body > ul li {
    line-height: 2em
}

.modal-header > .modal-title {
    color: #fff;
    font-weight: normal
}

.lineheight {
    color: red;
}

.btn-default {
    border: solid 1px #660000;
    background-color: #F30;
    color: #FFF;
    width: 120px;
    line-height: 35px
}

.btn-reset {
    border: solid 1px #CC9900;
    background-color: #FFCC00;
    color: #FFF;
    width: 120px;
    line-height: 35px
}
*/



