body{
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: Microsoft YaHei;
}
label{
    font-size: 18px;
    font-weight: 100;
}
#nav{
    background: #00B278;
    border: 0;
    border-radius: 0;

}
#nav .navbar-brand{
    color: #ffffff;
}
#nav li a{
    color: #ffffff; !important;
}
.help{
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color:#ff9900
}
.help a{
    color:#ff9900
}
.button{
    width: 160px;
    height: 40px;
    font-size: 17px;
    background-color: #FE6C00;
    border: 1px solid #FE6C00;
    border-radius: 5px;
    color: #fff;
}

.button:hover{
    border: 1px solid #FE6C00;
    background-color: #FE6C00;
    color: #fff;
}
.form-group{
    margin-bottom: 30px;!important;
}
.form-control{
    height:40px;!important;
}

.error{
    color: #ff0000;
}