﻿.row
{
    line-height: 28px;
    width: 270px;
}

.row-chk
{
    line-height: 20px;
    margin-left: 15px;
}

.row-btn
{
    margin-left: 110px;
}

.field-label
{
    display: inline-block;
    white-space: nowrap;
    text-align: right;
    width: 90px;
    margin-right: 5px;
}

.field-label-small
{
    display: inline-block;
    white-space: nowrap;
    text-align: right;
    width: 30px;
    margin-right: 5px;
}

.red-star
{
    color: #ff0000;
    min-width: 10px;
    max-width: 10px;
    display: inline-block;
}        

.text-box
{
    width: 150px;
    border: solid 1px #000000;
}

.text-box-small
{
    width: 60px;
    border: solid 1px #000000;
}

.text-box-mini
{
    width: 35px;
    border: solid 1px #000000;
}

#content-e h1, #content-e p
{
    margin-left: 15px;
}

textarea
{
    margin-left: 110px;
    width: 300px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

