﻿.StandardFont
{
    font-family: Tahoma;
    font-size: 9pt;
}

.Button10
{
    width: 50px;
    font-family: Tahoma;
    font-size: 9pt;
}

.Button20
{
    width: 100px;
    font-family: Tahoma;
    font-size: 9pt;
}

.Button30
{
    width: 150px;
    font-family: Tahoma;
    font-size: 9pt;
}

.Button40
{
    width: 200px;
    font-family: Tahoma;
    font-size: 9pt;
}

.TextBox10
{
    width: 50px;
    font-family: Tahoma;
    font-size: 9pt;
}

.TextBox20
{
    width: 100px;
    font-family: Tahoma;
    font-size: 9pt;
}

.TextBox30
{
    width: 150px;
    font-family: Tahoma;
    font-size: 9pt;
}

.TextBox40
{
    width: 200px;
    font-family: Tahoma;
    font-size: 9pt;
}

.TextBox70
{
    width: 354px;
    font-family: Tahoma;
    font-size: 9pt;
}

.DropDownList10
{
    width: 50px;
    font-family: Tahoma;
    font-size: 9pt;
}

.DropDownList20
{
    width: 100px;
    font-family: Tahoma;
    font-size: 9pt;
}

.DropDownList30
{
    width: 154px;
    font-family: Tahoma;
    font-size: 9pt;
}

.DropDownList40
{
    width: 200px;
    font-family: Tahoma;
    font-size: 9pt;
}

.DropDownList70
{
    width: 360px;
    font-family: Tahoma;
    font-size: 9pt;
}

.SmallButton
{
    width: 50px;
    font-family: Tahoma;
    font-size: 9pt;
}

.UsualButton
{
    width: 100px;
    font-family: Tahoma;
    font-size: 9pt;
}

.SmallTextBox
{
    width: 50px;
    font-family: Tahoma;
    font-size: 9pt;
}

.UsualTextBox
{
    width: 100px;
    font-family: Tahoma;
    font-size: 9pt;
}

.LargeTextBox
{
    width: 195px;
    font-family: Tahoma;
    font-size: 9pt;
}

.UsualDropDownList
{
    width: 100px;
    font-family: Tahoma;
    font-size: 9pt;
}

.MLargeDropDownList
{
    width: 150px;
    font-family: Tahoma;
    font-size: 9pt;
}

.LargeDropDownList
{
    width: 200px;
    font-family: Tahoma;
    font-size: 9pt;
}

.Padded
{
    padding: 10px;
}

.PaddedRight
{
    padding-right: 10px;
}

.PaddedLeft
{
    padding-left: 10px;
}

.PaddedTop
{
    padding-top: 10px;
}

.PaddedBottom
{
    padding-bottom: 10px;
}

