﻿.divcontent {
    margin: 0px auto;
    width: 99%;
    border: solid 0px #000;
}




body {
    margin: 0;
    padding: 0;
    font-size: 12px;
}




img {
    display: block;
    border-style: none;
}

div, form, img, ul, ol, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
}

A:link {
    color: #000000;
    text-decoration: none;
}

A:visited {
    color: #000000;
    text-decoration: none;
}

A:hover {
    color: #000000;
    text-decoration: none;
}



A.menu:link {
    color: #717070;
    font-family:"微软雅黑";
    font-size: 13px;
    text-decoration: none;
}

A.menu:visited {
    color: #717070;
    font-family: "微软雅黑";
    font-size: 13px;
    text-decoration: none;
}

A.menu:hover {
    color: #717070;
    font-family: "微软雅黑";
    font-size: 13px;
    text-decoration: none;
}



table {
    margin: 0px auto;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

    table td {
        padding: 0;
    }



    table .top {
        width: 980px;
        border: solid 0px #000;
    }


.font_8 {
    font: 13px/1.4em "微软雅黑";
    color: rgb(74, 74, 74);
    font-size-adjust: none;
    font-stretch: normal;
}

.font_2 {
    font: 24px/1.4em "微软雅黑";
    color: rgb(113, 112, 112);
}

.font_9 {
    font: 12px/1.4em "微软雅黑";
    color: rgb(74, 74, 74);
    font-size-adjust: none;
    font-stretch: normal;
}


.txtinput {
    background-color: #f3f3f3;
    width: 375px;
    border-radius: 5px;
    font-size: 15px;
    font-family: "微软雅黑";
    margin-bottom: 5px;
    border: solid 0px #ffffff;
    color: #a9a9a9;
    padding: 5px;
    line-height:1.4em;
}


.txtbtn {
    background-color: #aaa8a8; 
    border-radius: 5px;
    font-size: 15px;
    font-family: "微软雅黑";
    margin-bottom: 5px;
    border: solid 0px #ffffff;
    color: #ffffff;
    padding: 5px;
    line-height:1.4em;
    cursor:pointer;
}
.txttextarea {
    background-color: #f3f3f3;
    width: 375px;
    border-radius: 5px;
    font-size: 15px;
    font-family: "微软雅黑";
    margin-bottom: 5px;
    border: solid 0px #ffffff;
    color: #a9a9a9;
    padding: 5px; 
    height:130px;
}
