﻿.GmthFormTable
{
    width: 100%;
    border-collapse: collapse;
}

.GmthFormTable hr
{
    color: #000;
    background-color: #000;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    border-style: solid;
    border-width: 0;
}

.GmthFormTable textarea
{
    height: 5em;
}

.GmthFormTable td
{
    padding: 0;
    border: 0 none black;
    vertical-align: top;
}

.GmthFormLabel 
{
    margin: 0;
    padding: 0;
}

.GmthFormDescription
{
    font-size: 0.85em;
    margin: 3px 0 0 0;
    padding: 0;
}

.GmthFormSpaceTop
{
    padding-top: 10px !important;
}

.GmthFormSpaceBottom
{
    padding-bottom: 10px !important;
}

.GmthFormRightCell
{
    padding-left: 10px !important;
}

.GmthFormLeftCell
{
    width: 175px;
    padding-right: 10px !important;
}

.GmthFormSmallInput
{
    width: 200px;
}

.GmthFormMediumInput
{
    width: 350px;
}

.GmthFormLargeInput
{
    width: 500px;
}

.GmthFormValidation
{
    padding-top: 3px !important;
    font-size: 0.9em;
    color: red;
}