﻿input {
    border: 0px;
    background-color: #ffffff;
    font-size: 15pt;
    font-family: Arial;
    color: #333333;
    outline: none;
}

.btn {
    width: 80px;
    height: 30px;
    background-color: #272626;
    cursor: pointer;
    color: #ffffff;
    font-size: 13pt;
    font-weight: bold;
}

    .btn:hover {
        background-color: #888888;
    }

.loginTable {
    width: 100%;
    table-layout: fixed;
    background-color: #ffffff;
}

.hotlnk {
    margin-top: 10px;
    text-align: center;
}

    .hotlnk a {
        color: #ffffff;
        margin-right: 10px;
    }

.newBoard {
    margin: 0px auto;
    width: 1200px;
}

    .newBoard .board {
        width: 100%;
    }

        .newBoard .board .title {
            background-color: #272626;
            color: #ffffff;
            text-align: center;
            line-height: 25px;
            font-weight: bold;
            /*color: #1980d6;*/
            /*background-image: url(../images/bg03.png);*/
        }

            .newBoard .board .title a {
                text-decoration: none;
                color: #ffffff;
            }

        .newBoard .board .newsList {
            background-color: #333333;
        }

            .newBoard .board .newsList .divList {
                background-color: #2c2c2c;
                /*background-image: url(../images/bg02.png);*/
                margin-top: 2px;
            }

                .newBoard .board .newsList .divList .wapList {
                    table-layout: fixed;
                    border-collapse: separate;
                }

                    .newBoard .board .newsList .divList .wapList a {
                        color: #eeeeee;
                        /*color: #333333;*/
                        text-decoration: none;
                        font-family: 'MS PGothic';
                    }
