﻿#tableForm
{
    border: 0px;
    border-style: none;
    width: 100%;
}
#tableForm td
{
    padding-bottom: 5px;
}

.smallbutton
{
    border: 1px solid #006;
    font-size: 90%;
    background: #ccf;
}
.smallbutton:hover
{
    border: 1px solid #f00;
    font-size: 90%;
    background: #eef;
}

.button
{
    border: 1px solid #006;
    background: #ccf;
}
.button:hover
{
    border: 1px solid #f00;
    background: #eef;
}

.rounded-textbox
{
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    background-color: #f5f5f5;
    border: 1px solid #7E94A6;
    padding-left: 2px;
    padding-right: 2px;
    font-family: Verdana,Arial,sans-serif;
    font-size: x-small;
    color: #666666;
    width: 250px;
}

.rounded-textarea
{
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    background-color: #f5f5f5;
    border: 1px solid #7E94A6;
    padding-left: 2px;
    padding-right: 2px;
    font-family: Verdana,Arial,sans-serif;
    font-size: x-small;
    color: #666666;
    width: 250px;
    height: 100px;
}

.dropdown
{
}

.checkbox
{
}

.formLabel
{
    font-weight: bold;
    margin-top: 10px;
}

.formResultMsg
{
    font-size: 120%;
    color: Blue;
    font-weight: bold;
}

.errMsg
{
    font-weight: bold;
    color: red;
}

