﻿.form
{
    padding: 10px;
    width: 600px;
}
.left
{
    position: relative;
    width: 210px;
    float: left;
    padding: 5px;
    /*min-height: 24px;*/
    text-align:left;
}

.right
{
    width: 330px;
    float: left;
    padding: 5px;
    /*min-height: 24px;*/
	/*text-align:right;*/
}
.leftshort
{
    position: relative;
    width: 200px;
    float: left;
    padding: 7px 0px 0px 7px;
    min-height: 24px;
}
.rightlong
{
    width: 360px;
    float: left;
    padding: 5px;
    min-height: 24px;
}
.clear
{
    float: none;
    clear: both;
    height: 0px;
}
.row
{
    display: block;
    padding: 5px;
    /*min-height: 40px;*/
    clear: both;
}

.rowsection
{
    background-color: Transparent;
    display: block;
    padding: 0 5px 0 5px;
    min-height: 40px;
    clear: both;
}
.rowsection .row
{
    padding: 0;
}
.text
{
    width: 358px;
}
.ruler
{
    width: 400px;
    border-bottom: dashed 1px #dcdcdc;
}
tr:focus
{
    background-color: #fcfcf0;
}
td
{
    vertical-align: top;
}
.over
{
    background-color: #DEF0FF;
}
.oversection
{
    background-color: #f0f0f0;
}
.out
{
    background-color: Transparent;
}
.legalsmall
{
    border-style: double;
    border-width: 2px;
    border-color: #DEF0FF;
    overflow: auto;
    padding: 7px 3px 7px 3px;
    text-align: justify;    
}
.legal
{
    height: 300px;
    border-style: double;
    border-width: 2px;
    border-color: #DEF0FF;
    overflow: auto;
    padding: 1px 3px 7px 3px;
    text-align: justify;    
}
.left em
{
    position: absolute;
    left: -5px;
    top: 10px;
    color: Red;
    font-weight: bold;
}

.error
{
        display: block;
    text-align: left;
    color:Red;
    }
