﻿@charset "utf-8";

html,
body {
    width: 100%;
    height: 100%;
    background-color: #F0F0F0;
}

body > table {
    height: 100%;
    margin: 0px auto;
}

#form td {
    padding: 5px;
    vertical-align: middle;
}

#uid,
#password {
    width: 160px;
    height: 26px;
    font-size: 16px;
    line-height: 22px;
}

#error_summary {
    color: #FF0000;
}

#sys_info {
    position: absolute;
    right: 0px;
    bottom: 0px;
    text-align: right;
    font-size: 11px;
}
