body{
    font-family: "Î¢ÈíÑÅºÚ", tahoma, ËÎÌå, sans-serif;
}
.main-right .nav {
    height: 40px;
    line-height: 30px;
    height: 30px;
    font-size: 18px;
    border-bottom: solid 1px #f7940a;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 13px;
    background: #f7940a;
    border-radius: 10px;
    margin-bottom: 15px;
}

.main-right .nav a {
    color: #000;
}

.main .articlebox {
    margin-top: 45px;
    clear: both;
}

/*.main .articlebox table{margin-bottom:10px;color:#353535;line-height:30px;font-size:16px;}
.main .articlebox table .td1{font-weight: bold;width:90px;}
.main .articlebox .article{text-indent:2em;font-size:14px;line-height:24px;}*/
.main .articlebox .article {
    padding-top: 20px;
    line-height: 25px;
}
#loginform{
    margin: 50px auto;
    width: 400px;
}
.tk-a1{
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 18px;
    color: #353535;
    vertical-align: middle;
    line-height: 35px;
}
#loginform input[type="text"],
#loginform input[type="password"]{
    border: 1px solid #dcdcdc;
    width: 300px;
   height: 35px;
    margin-left: 10px;
    padding: 0 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#loginform #btnSubmit{
    /*margin: 10px auto;*/
    width: 200px;
    height: 40px;
    /*padding: 5px 0;*/
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    background: #07a7e3;
    border: none;
    font-size: 18px;
    margin: 10px 0 0 100px;
}





