﻿*{
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-family: "微软雅黑";
}
html,body{
    width: 100%;
    height: 100%;
}
.orangeColor{
    color: #ec5705;
}

/* form start */
.form-label-block{
   margin-top:10px;
}
.form-label-block .form-label-text{
    display: inline-block;
    width: 80px;
    font-size: 14px;
    font-weight: 550;
}
.form-label-inline{
    display: inline-block;
}
.form-label-inline .form-text{
   width: 200px;
}
.form-label-inline .form-select{
    width: 203px;
}
.form-label-btns{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.form-btn{
    width: 85px;
    height: 36px;
    text-align: center;
    line-height: 30px;
    background: url(../../images/button_2.gif) no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    border: none;
    border-radius: 6px;
}
.form-btn:focus{
    outline:0;
}
.form-btn:hover{
    cursor: pointer;
}
/* form end */