﻿body {
    /*background-color: #E9E9E9;*/
}

#Member_Login {
}

    #Member_Login .LoginTable {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300px;
        height: 140px;
        margin: -110px 0 0 -140px;
        padding: 10px;
        border-radius: 2px;
    }

        #Member_Login .LoginTable tbody th {
            width: 65px;
            text-align: left;
            color: #e9e9e9;
            font-size: 20px;
            font-weight: normal;
        }

        #Member_Login .LoginTable tbody h2 {
            font-size: 26px;
        }

        #Member_Login .LoginTable tbody td {
            padding: 10px 0;
        }

            #Member_Login .LoginTable tbody td input {
                padding: 0 0 0 4px;
                width: 98%;
                height: 30px;
                border-width: 0;
                border-color: white;
                border-style: none;
                border-bottom-width: 1px;
                border-bottom-color: #CDD3D9;
                border-bottom-style: solid;
                vertical-align: middle;
                background-color: #E9E9E9;
                font-size: 20px;
            }

            #Member_Login .LoginTable tbody td img {
                padding: 0 0 0 2px;
                vertical-align: middle;
            }

        #Member_Login .LoginTable .Button2 {
            margin-top: 10px;
            float: right;
        }

    #Member_Login .OrderMode {
        display: block;
        float: left;
        height: 40px;
        line-height: 40px;
        width: 100%;
        font-size: 15px;
        color: #fff;
        background: #999;
        letter-spacing: 1px;
        margin: 0px;
        padding: 0px;
    }


/*--------------------
         RWD
----------------------*/
@media screen and (min-width:320px) and (max-width:600px) {
    #Member_Login .Left, #Member_Login .Right {
        margin-bottom: 15px;
        width: 98%;
        min-height: 200px;
    }

    #Member_Login .Left {
        border: none;
        border-bottom: 2px dotted #ccc;
    }
}
