﻿.form
{
    font-size: 8pt;
}
.form .row
{
    min-height: 20px;
    display: block;
    clear: both;
}
.form .row .left
{
    float: left;
    line-height: 24pt;
    margin-right: 8px;
}
.form .row .right
{
    float: right;
}
.form .txt
{
    display: block;
    border: 3px solid #e7e7e7;
    outline: none;
    padding: 5px;
}

.w100
{
    width: 100px;
}
.w150
{
    width: 150px;
}
.w200
{
    width: 200px;
}
.w250
{
    width: 250px;
}
.w300
{
    width: 300px;
}
.w350
{
    width: 350px;
}
.w400
{
    width: 400px;
}
.w450
{
    width: 450px;
}
.w500
{
    width: 500px;
}
.w550
{
    width: 550px;
}
.w600
{
    width: 600px;
}
.w650
{
    width: 650px;
}
.w700
{
    width: 700px;
}
.w750
{
    width: 750px;
}
.w800
{
    width: 800px;
}
.w850
{
    width: 850px;
}
