﻿html, body
{
    font: 100% Arial, sans-serif;    
    margin: 0px;
    padding: 0px;   
}
.ButtonStyle
{
    border : 1px solid black;   
    padding: 2px 3px;   
    font-weight:bolder;
}
.ButtonStyle:hover
{
    border : 1px solid black;    
    white-space: nowrap;
    cursor: pointer;
    font-weight:bolder;
}

.Textboxstyle
{
    border: 1px solid #cccccc;   
    font-family: Arial, sans-serif;
    color: Black;
}

.Labelstyle
{
    color: White; /*#1A6AFF;*/    
    font-family: Arial, sans-serif;
    height: 25px;
}
.sign_in_table
{
    font-size: 110%;
}
.mm-table
{
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 110%;
}

.PR10
{
    padding-right: 10px;
}
.PT10
{
    padding-top: 10px;
}
.PB10
{
    padding-bottom: 10px;
}
.PL10
{
    padding-left: 10px;
}
.PR5
{
    padding-right: 5px;
}
.PT5
{
    padding-top: 5px;
}
.PB5
{
    padding-bottom: 5px;
}
.PL5
{
    padding-left: 5px;
}

.sign_in_table .txtbox1
{
    background: url(../Images/txtboxbg.gif) 0 0 no-repeat;
    border: 1px solid #dadcde;
    color: #999999;
    font-family: arial;
    font-style: italic;
    height: 34px;
    line-height: 34px;
    padding: 0 2px 0 5px;
    width: 99%;
}

.sign_in_table .DDL
{
    background: url(../Images/txtboxbg.gif) 0 0 no-repeat;
    border: 1px solid #dadcde;
    color: #999999;
    font-family: arial;
    font-style: italic;
    font-size: 15pt;
    height: 34px;
    line-height: 34px;
    padding: 0 2px 0 5px;
    width: 99%;
}

.ML5
{
    margin-left: 5px;
    font-family: Arial, sans-serif;
}
.btn_blue
{
    background-color: #283851;
    color: #FFF;
    border: 1px solid #283851;
    cursor: pointer;
    padding: 4px 10px;
}
