﻿table.form
{
    width:100%;    
}

tr.formRow
{
    height:23px;
    vertical-align:middle;
}

tr.formRow:hover
{
    background-color:#EEEEEE;
}


table.form2
{
    width:300px;    
    
}

tr.formRow2
{
    height:23px;
    vertical-align:middle;
    background-color:#EEEEEE;
}

span.formlb
{
    font-weight:bold;
}


td.etich-fe
{
    text-align:right;
    padding-right:4px;
    font-size:8pt;
}

tr.formRowButoane
{
    
}

div.rowButoane
{
    text-align:center;
    padding:5px 10px 3px 10px;
}


div.smallContainer
{
    border:dotted 1px red;
    margin-left:3px;
    margin-right:3px;
    padding:5px 2px 2px 2px;
    min-height:220px;
}
