﻿.Form
{
}

.Form tr td.ItemName
{
    text-align:right;
    vertical-align: text-top;
    padding-left: 3px;
    padding-top: 5px;
    white-space: nowrap;
}

.Form tr td.Item
{
    text-align: left;
    padding: 2px;
}

.TextBox
{
    background-image: url(../images/TextBoxBackground.jpg);
    border-right: #a2a2ff 1px solid;
    border-top: #a2a2ff 1px solid;
    border-left: #a2a2ff 1px solid;
    border-bottom: #a2a2ff 1px solid;
}

.TextBoxError
{
    background-image: url(../images/TextBoxBackgroundError.jpg);
    border-right: #ff8181 1px solid;
    border-top: #ff8181 1px solid;
    border-left: #ff8181 1px solid;
    border-bottom: #ff8181 1px solid;
}

.DropDownList
{
    background-image: url(../images/TextBoxBackground.jpg);
    border-right: #a2a2ff 1px solid;
    border-top: #a2a2ff 1px solid;
    border-left: #a2a2ff 1px solid;
    border-bottom: #a2a2ff 1px solid;
    background-color: #f5f5f8;
}

.DropDownListError
{
    background-image: url(../images/TextBoxBackgroundError.jpg);
    border-right: #ff8181 4px solid;
    border-top: #ff8181 1px solid;
    border-left: #ff8181 1px solid;
    border-bottom: #ff8181 1px solid;
    background-color: #fcf1f1;
}

