﻿
/* Proposed new form layout */
.frmRowCS
{
    clear: both;
    margin-bottom: 3px;
}
.frmRowLabelCS
{
    width: 40%;
    float: left;
}
.frmRowValidateCS
{
    width: 20px;
    float: left;
    margin-left: -20px;
    color: Red;
    padding-top: 7px;
}
.frmRowValueCS
{
    width: 60%;
    float: left;
    border-style: inset;
    border-width: 1px;
    overflow: hidden;
    margin-left: -2px;
    position: relative;
    min-height: 25px;
}
.frmRowValueLabelCS
{
    width: 60%;
    max-width:300px;
    float: left;
    border-style: none;
    overflow: hidden;
    position: relative;
    min-height: 25px;
}
.frmRowValueCS select, .frmRowValueCS input[type="text"], .frmRowValueCS textarea, .frmRowValueCS option
{
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-style: none;
}
.frmRowValueLabelCS select, .frmRowValueCS input[type="text"], .frmRowValueCS textarea, .frmRowValueCS option
{
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-style: none;
    width: auto;
    height: auto;
}
.frmRowValueCS input[type="text"]
{
    margin-left: 4px;
}
.frmRowValueLabelCS input[type="text"]
{
    margin-left: 4px;
}
.frmRowValueCS textarea
{
    resize: none;
}
.frmRowCS input[type="submit"], .frmRowCS input[type="button"]
{
    float: right;
    margin-right: 8px;
}

.frmBtn
{
    min-width: 100px;
    min-height: 25px;
}
.clr
{
    clear: both;
}
