﻿/* FORMS */

form
{
    height: 100%;
}

.label
{
    color: #666666;
    font-size: 13px;
    font-weight: bold;
}

.textArea
{
    height: 45px;
    width: 98%;
    font-size: 13px;
    resize: none;
}

.textBoxBase
{
    height: 22px;
    width: 150px;
}

.error
{
    color: red;
}

table 
{
}

label
{
    /*vertical-align: middle;*/
    padding: 0 5px 7px 5px;
}

fieldset legend
{
    font-weight: bold;
}

input[type=checkbox]
{
    vertical-align: middle;
    line-height: 1;
}

input[type=radio]
{
    vertical-align: middle;
}

input[type=image]
{
    vertical-align: middle;
}

.textBoxWaterMark
{
    border: none;
    font-style: italic;
    font-weight: bold;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    background: transparent;
}

.textBoxWaterMarkBlack
{
    border: 1px solid #000;
    font-style: italic;
    font-weight: bold;
    color: #000;
    background: transparent;
}
