/*
    Document   :login
    Created on :Feb 6, 2013, 9:04:02 AM
*/
@charset "utf-8";
@font-face {
    font-family: 'Tahoma';
    src: local('Tahoma'), url('tahoma.ttf') format("truetype");
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
    margin: 0;
    padding: 0;
}

body, input, textarea, select, button, table {
    font: 81.25%/1 Tahoma, Arial;
    font-size: 12px;
}

img, fieldset, table {
    border: 0;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover, a:active, a:focus {
    cursor: pointer;
}

.normal_button {
    color: inherit;
    margin: 0 5px;
    padding: 1px 5px;
    border: solid 1px #7f7f7f;
}

input.user_box {
    line-height: 17px;
    height: 25px;
    padding: 0 5px;
    border: solid 1px #bfbfbf;
    outline: none;
}

input.text_box {
    line-height: 17px;
    height: 25px;
    padding: 0 5px;
    border: solid 1px #bfbfbf;
    outline: none;
}

input[type=checkbox] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    cursor: pointer;
}

.normal_button:hover, input.text_box:hover {
    border-color: #eb3701;
}

div#login_header img.logo {
    max-height: 36px;
    display: inline-block;
    margin: 17px 0 0 20px;
    vertical-align: top;
}

div#login_content {
    width: 400px;
    margin: 80px auto 0;
}

div#login_content div.sign_in {
    border: solid 2px #6699ff;
    border-radius: 25px;
    overflow: hidden;
}

div.sign_in div.sign_in_inner {
    padding: 40px 0;
}

div.sign_in_inner table#login_table {
    margin: 0 auto;
    width: 300px;
}

table#login_table caption {
    margin-bottom: 10px;
    font-size: 24px;
}

table#login_table p#login_clock {
    font-size: 14px;
    height: 40px;
    text-align: center;
}

table#login_table td {
    padding: 5px 0;
}

table#login_table p.error {
    color: red;
}

table#login_table input.user_box {
    width: 50%;
}

table#login_table input.text_box {
    width: 95%;
}

table#login_table input#sign_in_button {
    width: 66px;
    height: 31px;
    font-weight: bold;
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
    margin: 0;
}

table#login_table input#remember_me:checked ~ label {
    color: #eb3701;
}

div#login_wrap div#footer {
    margin-top: 80px;
    padding: 10px;
    font-size: .85em;
    white-space: nowrap;
    text-align: center;
}

div#login_wrap div#footer span {
    color: #7c7c7c;
}