﻿body 
{
    margin:0;
    padding:0;
    font-size:9pt;
    font-family: Tahoma, 新細明體;
    background-color:#000000;
    color:#000000;
}
TD
{
	font-size: 9pt;
	font-family: Tahoma, 新細明體;
}
#header
{
    background-image:url(../images/header/header_03.jpg); 
    width:100% ; 
    height:100px;
    background-repeat:repeat-x;
}
#logo_div
{
    background-image:url(../images/header/header_01.gif);
    background-repeat:no-repeat;
    height:100px;
}
#logo_div img
{
    position:absolute;
    left:110px;
    top:0px;
}
#logo_hotline 
{
	position:absolute;
    right:10px;
    top:0px;
}
#main
{
    background-image:url(../images/login/mainbkg.jpg); 
    width:100%; 
    height:500px; 
    background-repeat:no-repeat;
}
#main_panel
{
    position:absolute;
    top:235px; 
    left:444px; 
}
#panel_table
{
    width:400px;
    height:230px;
}
#button_table
{
    width:100%;
}
.table_r1
{
    height:30px;
}
.table_c1
{
    width: 100px; 
    height:15px; 
    text-align:right;
}
.table_c2
{
    width: 210px;
    height:15px;
    text-align:left;
}
.btable_c1
{
    text-align:left;
}
.btable_c2
{
    text-align:right;
}
.table_res
{
    text-align:center;
    font-weight:bold;
    color:#ffffff;
}


