﻿.Lbl
{
    text-align: left;
    padding-left: 5px;
}
.Txt
{
    color: Black;
    font-weight: 500;
    min-width: 100px;
    text-align: left;
    padding: 3px 3px 3px 3px;
    text-transform: uppercase;
    background-color: White;
}
.Txtnumeric
{
    height: 20px;
    color: Black;
    font-weight: 500;
    min-width: 100px;
    text-align: right;
    padding: 3px 3px 3px 3px;
    text-transform: uppercase;
}
.Txtemailid
{
    height: 20px;
    color: Black;
    font-weight: 500;
    min-width: 200px;
    text-align: left;
    padding: 3px 3px 3px 3px;
    text-transform: lowercase;
}
.Txtunderline
{
    height: 20px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px blue;
    cursor: pointer;
    color: Blue;
    width: 140px;
    height: 18px;
    color: Black;
    background-color: #ffffec;
    text-align: left;
    font-family: "Vardana" , sans-serif;
    font-size: 13px;
    padding: 1px;
    margin: 1px;
    text-transform: uppercase;
}
.Ddl
{
    height: 23px;
    color: Black;
    min-width: 120px;
    padding: 3px 3px 3px 3px;
    text-transform: uppercase;
}
.Rbl
{
    height: 23px;
    color: Black;
    min-width: 120px;
    text-align: left;
    padding: 3px 3px 3px 3px;
}
.Round
{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.Shadow
{
    margin: 0px;
    padding: 0px;
    width: 30%;
    box-shadow: 7px 7px 5px #444444;
}
