﻿@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

body {
    SCROLLBAR-ARROW-COLOR: #d8d8d8;
    SCROLLBAR-FACE-COLOR: #000000;
    SCROLLBAR-DARKSHADOW-COLOR: #000000;
    SCROLLBAR-HIGHLIGHT-COLOR: #6c486c;
    SCROLLBAR-SHADOW-COLOR: #d8d8d8;
    SCROLLBAR-TRACK-COLOR: #d8d8d8;
    SCROLLBAR-3DLIGHT-COLOR: #b4b4b4;
    background: #F0F0F0;
    height: 100%;
}

input[type="button"] {
    padding: 0px 3px;
}

input[type="submit"] {
    padding: 0px 3px;
}

input[type="text"] {
    padding: 0px 5px;
}

textarea {
    padding: 0px 5px;
}

input.login_text {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff url(../../images/sprite.png) repeat-x left bottom;
    border: 1px solid #337fbb;
    padding: 7px 7px;
    width: 200px;
}

input #id:focus, input #pswd:focus {
    background: white;
    outline: none;
}

#main {
    /*width: 1440px;*/
    margin: 0 auto;
    font: 16px "Helvetica Neue",Helvetica,Arial,"Heiti TC","微軟正黑體","Microsoft Sans Serif",Helvetica,Geneva,sans-serif;
    color: #fff;
    height: 100%;
}

#header {
    position: relative;
    height: 80px;
}

    #header #header_logo {
        position: absolute;
        top: 10px;
        left: 30px;
    }

/* member style*/
#memberbar {
    position: relative;
    top: 25px;
    left: 1060px;
    width: 300px;
    background: #000;
    border: solid 1px #99FFFF;
    padding: 10px
}

    #memberbar span {
        margin-right: 10px;
    }

    #memberbar a {
        text-decoration: none;
        color: #66FFFF;
    }

        #memberbar a:hover {
            text-decoration: underline
        }

/*content*/
#container {
    width: 100%;
    position: absolute;
    background: url(../../images/glf/footer_bg.png) no-repeat;
    background-position: bottom 0px left 0px;
    top: 100px;
    bottom: 0px;
}

.member_box {
    background: #FFFFFF;
    width: 320px;
    margin: 50px auto 0;
    padding: 20px 0 30px 0;
}

.member_item_title {
    width: 200px;
    color: #000;
    margin: auto;
    font: bold 20px "Helvetica Neue",Helvetica,Arial,"Heiti TC","微軟正黑體","Microsoft Sans Serif",Helvetica,Geneva,sans-serif;
}

.member_item {
    width: 200px;
    color: #000;
    margin: auto;
    padding: 10px 0 0 0;
    font: 14px "Helvetica Neue",Helvetica,Arial,"Heiti TC","微軟正黑體","Microsoft Sans Serif",Helvetica,Geneva,sans-serif;
}

.login_button {
    width: 170px;
    height: 40px;
    background-color: #609E80;
    color: #fff;
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
}

    .login_button:hover {
        background-color: #78AF94;
        border: 1px #609E80 solid;
    }

    .login_button:active {
        transform: translateY(2px);
    }

