﻿body
{
    background-color: #C0C0C0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18pt;
    font-weight: 600;
}

div.outter
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    border: 1px solid #666666;
    background-color: #FFFFFF;
    width : 500px;
    padding : 30px;
    border-radius: 15px;
    box-shadow: 10px 10px 5px #888888;
}

div.softwareName
{
    line-height: 1.5em;
    border-bottom : solid 1px #666666;
    width : 100%;
}

span.friendly
{
    color: #808080;
}

sup.tm
{
    font-size: 8pt;
}

span.version
{
    color: #FF6600;
}

table.input
{
    border-style: none;
    border-width: 0px;
    margin-left: 30px;
    border-collapse: collapse;
    margin-top: 30px;
}

table.input > tbody > tr > td
{
    padding : 5px 10px 5px 10px;
}

table.input td.label
{
    text-align: right;
}

table.input input[type="text"], table.input input[type="password"]
{
    border: 1px solid #666666;
    font-size: 14pt;
    border-radius: 5px;
}

table.input input[type="radio"] + label
{
    font-family: 微軟正黑體;
}

table.input input[type="radio"][checked="checked"] + label
{
    color: #FF6600;
}

table.input input[type="submit"]
{
    border: 1px solid #999999;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #E8E8E8;
    color: #800000;
    font-weight: bold;
    font-size: 14pt;
    border-radius: 7px;
}

table.input input[type="submit"]:hover
{
    border: 1px solid #808080;
    background-color: #FFFFFF;
    color: #FF3300;
}

div.alignCenter
{
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    width : 100%;
    text-align : center;
}

div.dbName
{
    color : #C0C0C0;
    position:absolute; 
    bottom:0px; 
    right:0px;
}
