form {
   width:600px;
   margin:0 auto;
   display:block;
}
legend {
    font-family:Arial, Helvetica, sans-serif;
    color:#fff;
    background: #666;
    border: 1px solid #333;
    padding: 2px 6px;
}
label {
    width:100%;
    height:32px;
line-height:32px;
    text-align:left;
padding-top:10px; 
    padding:11px 0 0 6px;
       float:left;
    color:#666;
}
.label_c{ 
    height:36px;
    margin:3px 2px 0 0;
    padding:11px 0 0 6px;
        float:left;
    color:#666;
}
.form {
    margin:0;
    padding:0;
}
#leftSide {
    width:590px;
    padding-top:30px;
    float:left;
}
#leftSide fieldset{
    background-color:#fbfbfb;
}
.div_texbox {
    width:530px;
    float:left;
        height:35px;
    margin-top:3px;
    padding-top:5px;
    padding-bottom:3px;
    padding-left:5px;
}
.div_texbox input{
    height:23px;border:1px solid #cecdcd;width: 500px;
}

.div_texboxyzm {
    width:530px;
    float:left;
        height:35px;
    margin-top:3px;
    padding-top:5px;
    padding-bottom:3px;
    padding-left:5px;
}

.div_texboxyzm input{
     height:33px;border:1px solid #cecdcd;width: 120px;
     display:block;
     float:left;
}

.div_texboxyzm img{
     height:33px; 
     display:block;
     float:left;
     margin:2px 0px 0px 6px;
}

.div_texboxc {
    width:530px;
    float:left;
   
    height:100px;
    margin-top:3px;    padding-top:4px;
    padding-bottom:3px;
    padding-left:5px;
}
.div_texboxc textarea{
border:1px solid #cecdcd;width:500px;
}


.textbox {
    background-image: url(images/16t.gif);
    background-repeat: no-repeat;
    background-position:left;
    width:285px;
    font:normal 18px Arial;
    color: #999999;
    padding:3px 5px 3px 19px;
}
input:focus, input:hover {
       background-color:#acc5e0;
}
.button_div {
    width:287px;
    float:right;
    text-align:right;
    height:35px;
    margin-top:3px;
    padding:5px 32px 3px;
}
.buttons {
    padding:6px 14px;
    border:2px solid;
    border-color: #fff #d8d8d0 #d8d8d0 #fff;
    background: #e3e3db;
    color: #989070;
    font-weight:bold;}

.jcanniu{

 display: inline-block;
    line-height: 1;
    white-space: nowrap;
     cursor: pointer;
    background: #409eff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 20px 0px;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    color:#fff;
}

