﻿body 
{
    font-family:微軟正黑體;
    font-size:12pt;
}

form#form1 {
}

div.container{
    display: table;
    width:auto;
    margin-top : 5em;
    margin-left:auto;
    margin-right:auto;
    padding : 15px;
    max-width : 400px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border:1px solid #FCFAFF;
    background-color:#FCFFF7;
    -webkit-box-shadow: #B3B3B3 3px 3px 3px;
    -moz-box-shadow: #B3B3B3 3px 3px 3px;
    box-shadow: #B3B3B3 3px 3px 3px;
}

div.schoolNameAndHome
{
    text-align : center;
}

span.schoolName
{
    font-size : 20pt;
    font-weight : 900;
}

img.backHome
{
    border : none 0;
    width : 35px;
    height : 30px;
    vertical-align : text-bottom;
}

div.systemNameAndVersion {
    text-align : center;
    padding : 10px 0 10px 0;
}

span.systemName
{

}

span.version
{
    font-size : 8pt;
}

div.loginRequired
{
    background-color : #ff6a00;
    color : #ffffff;
    padding : 5px;
}

div.loginRequired > span
{
        
}

div.loginRequired > img
{
    width : 25px;
    height : 25px;
    vertical-align : text-bottom; 
}

div.copyRight{
    background-color : #e2bde4;
    color : #000000;
    padding : 10px;
}

div.copyRight > span
{
    color : #ff0000;
}

table.input {
    border-collapse: collapse;
    margin : 0 auto;
}

table.input > tbody > tr > td
{
    padding : 5px;
}

table.input > tbody > tr > td.label
{
    text-align : right;
}

table.input > tbody > tr > td.label
{
    text-align : right;
}

table.input input[type="text"], table.input input[type="password"]
{
    border-top : none 0;
    border-left : none 0;
    border-right : none 0;
    border-bottom : dashed 1px #808080;
    background-color : transparent;
    line-height : 2em;
    height : 27px;
    padding : 0 0 0 5px;
    width : 200px;
}

table.input input[type="text"]:hover, table.input input[type="password"]:hover
{
    background-color : #ffd800;
}

table.input input[type="submit"]#cmdLogin
{
    width : 205px;
    border : solid 1px #ffd800;
    line-height : 2em;
    background-color : #f4f5c7;
}

span.whatIsWrong
{
    color : red;
}

