﻿body {
    background-color:#ccc;
    font-family:Tahoma;
    font-size:10pt;
}
.logo
{
    width:227px;
    height:58px;
    margin-left:auto;
    margin-right:auto;
    background-image:url('../images/logo.png');
    background-repeat:no-repeat;
    margin-bottom:5px;
}
.Master_main
{
    width:auto;
    margin-left:auto;
    margin-right:auto;
    min-height:250px;
    color:black;
    border-color:#CC0000;
    border-radius: 20px;
}
.Page_main
{
    background-color:white;
    border-radius: 10px;
    margin-left:auto;
    margin-right:auto;
    padding-top:1px;
    min-height:200px;
}
.ttl {
    border-radius: 10px;
    margin-left:5px;
    margin-right:5px;
    padding-left:10px;
    margin-top:5px;
    padding-top:5px;
    height: 25px;
    color: white;
    background-color: #00CC99;
}
.Page_content
{
   
    margin-left:10px;
    margin-right:10px;
    margin-top:10px;
    margin-bottom:10px;
}

.msg
{
    text-decoration-line: underline;
    line-height:35px;
    color:#FF8C00;
}

.lbl
{
    height:20px;
    line-height:25px;
    color:gray;
}
.txt
{
    border: #a7b2c3 1px solid;
    height:20px;
    width:100%;
    font-family: Tahoma;
    font-size:10pt;
}
.btn
{
    height:25px;
    float:left;
    clear:left;
    line-height:30px;
}
.err
{
    color:Red;
    font-size:9pt;
}