﻿.LoginOutLine
{
    position: absolute;
    left: 50%;
    margin-left: -400px;
    top: 50%;
    margin-top: -200px;
    border: solid 15px white;
}
.LoginOutLine .outtable
{
    border: solid 1px #e0e5e9;
    width: 800px;
    height: 400px;
}
.LoginOutLine .outtable td
{
    background-color: White;
}
.LoginOutLine .outtable thead td
{
    font-weight: bold;
    font-size: xx-large;
    color: #25549a;
}
.LoginOutLine .outtable tfoot td
{
    font-size: large;
    color: red;
}
.LoginOutLine .intable td
{
    color: #3c3d3f;
    background-color: White;
}
.LoginOutLine .intable td INPUT
{
    border: solid 1px #b2b8c6;
    font-size: 25px;
    width: 250px;
    height: 30px;
}
.LoginOutLine .intable input[type='submit'], .LoginOutLine .intable input[type='button']
{
    font-family: 微軟正黑體;
    width: 150px;
    height: 75px;
    border: outset 2px #3c8280;
    background-color: #e8e9e1;
    color: #5d5e62;
    font-size: xx-large;
}
.LoginOutLine .intable input[type='submit']:hover, .LoginOutLine .intable input[type='button']:hover
{
    border: inset 2px #69BAB7;
    background-color: #C7C8B6;
    width: 150px;
    height: 75px;
    color: #818188;
    font-size: xx-large;
}
.TextBoxWatermarkExtender_u
{
    text-align: right;
    background-image: url(../images/username.jpg);
    color: White;
    font-size: 0px;
    background-repeat: no-repeat;
}
.TextBoxWatermarkExtender_p
{
    text-align: right;
    background-image: url(../images/password.jpg);
    color: White;
    font-size: 0px;
    background-repeat: no-repeat;
}
.LoginState
{
    text-decoration: none;
    color: Yellow;
    width: 50px;
    font-size: medium;
}
.LoginState
{
    position: absolute;
    right: 10px;
    bottom: 0px;
    text-align: center;
    text-decoration: none;
    color: Yellow;
    width: 50px;
    padding-bottom: 3px;
    margin-right: 5px;
    font-size: small;
}
.LoginState:hover
{
    position: absolute;
    right: 10px;
    bottom: 0px;
    background-color: #0FAFFF;
    color: Yellow;
}
.LoginName
{
    position: absolute;
    color: Yellow;
    right: 0px;
    bottom: 0px;
    padding-bottom: 3px;
    margin-right: 70px;
    font-size: small;
}
