﻿.Input {
    width: 195px;
    border: 1px solid #999999;
    background-color: #ffffff;
    font-family: "Tahoma";
    font-size: 11px;
    line-height: 14px;
    color: #000000;
    text-decoration: none;
    height: 20px;
}
.Btn {
    font-family: "新細明體";
    font-size: 12px;
    color: #000000;
    background-color: #eeeeee;
    height: 20px;
    width: 80px;
    border: 1px solid #999999;
    padding-top: 2px;
}
.Copyright {
    font-family: "Tahoma";
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
    /*文字特效*/
    filter: glow(color=#000000,strength=2);
    height:11px;
    padding:1px;
}