<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    color: #1e1e1e;
    font: 12px/25px Arial, 新細明體, Verdana, sans-serif;
}

#content-wrap {
    background-color: transparent;
}

.login {
    width: 400px;
    height: 200px;
    position: relative;
    margin: 80px auto;
}

.logpaneltitle {
    width: 400px;
    height: 82px;
}

.logpanelbg {
    position: relative;
    background-image: url('../images/iplog_02.png');
    background-repeat: repeat-y;
    clear: both;
}

.logpanelbom {
    width: 400px;
    clear: both;
}

.panelbody {
    padding-top: 15px;
    margin: 0 auto;
    clear: both;
}

.boks {
    position: relative;
    height: 20px;
    margin-bottom: 10px;
    clear: both;
}

.bokero {
    height: 20px;
    color: red;
    clear: both;
    padding-left:40px;
}

.wr {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    float: left;
}


.wrtxt {
    width: 225px;
    height: 20px;
    float: left;
}


.lab {
    width: 30px;
    height: 25px;
    margin-right: 10px;
    float: left;
}

.boks .inp {
    height: 25px;
    margin-right: 10px;
    float: left;
}

.btnbok {
    width: 65px;
    height: 25px;
    float: right;
    cursor: pointer;
}

.topbg, .lbnk2 {
    display: none;
}

#content {
    background-color: transparent;
    margin-top: 100px;
    margin-bottom: 100px;
}

table.tbl-panel {
    width: auto;
    margin: auto;
}

    table.tbl-panel td {
        line-height: 28px;
        height: 28px;
        padding: 2px;
        vertical-align: middle;
    }
    
        table.tbl-panel td.label {
            width: 40px;
            text-align:right;
        }

        table.tbl-panel td.input {
            width: 150px;
        }

input[type="text"], input[type="password"] {
    width: 135px;
    height: 19px;
    border: 1px solid #e1e1e1 !important;
    left: 0px;
    top: 0px;
}

    input[type="text"]:focus, input[type="password"]:focus {
        border-width: 2px !important;
        left: -1px;
        top: -1px;
    }

    .btnlogin {
            border:0px none;
            background-color:transparent;
            background-image:url('../images/btna.png');
            width:65px;
            height:25px;
            cursor:pointer;
        }
        .btnlogin:hover {
            background-image:url('../images/btnab.png');
        }</pre></body></html>