﻿.fn { clear: both; float: left; width: 150px; overflow: auto; padding-top: 7px; color: #808080; }
.fv { float: left; width: 305px; overflow: auto; padding-bottom: 3px;  }
.fnf { clear: both; float: none; width: 100%; overflow: auto; padding-top: 7px; color: #808080; }
.fvf { float:none; clear: both; width: 100%; overflow: auto; padding-bottom: 3px; }

.fv input, .fv textarea, .fvf input, .fvf textarea
{
    border: 1px solid #c0c0c0;
    background: white;
    vertical-align: bottom;
    padding-top: 3px;
    padding-left: 3px;
}
.fv input, .fvf input
{
    height: 20px;
    margin-left: 0px;
}
