﻿#ValuationForm
{
    width:370px;
    height:142px;    
    background:url(/functions/Valuationform/images/Background.png) no-repeat;
    }
    
    #ValuationForm #ValuationFormContent
    {
        
        padding-left:10px;
        padding-top:15px;
        }
    
        #ValuationForm #ValuationFormContent td
        {
            color:#3e3e3e;
            font-size:0.7em;    
            }
            
            #ValuationForm #ValuationFormContent td .input
            {
                border:1px solid #a5aab0;
                
                }
        
    #ValuationForm #ValuationFormContent h2
    {
        font-size:1.3em;
        color:#3e3e3e;
        
        }