.custom-form-row
{
    position: relative; 
    float: left; 
    clear: both; 
    margin-top: 4px; 
    margin-bottom: 4px;
    font-family: Arial,Helvetica,sans-serif; 
    font-size: 14px;  
    width: 100%;  
}

.custom-form-label
{
    position: relative; 
    float: left; 
    width: 150px;
    padding-left: 30px;
}

.custom-form-field
{
    position: relative; 
    float: left;
}

.custom-form-error
{
    position: relative; 
    float: left;
    clear: both;
    width: 100%;
    font-family: Arial,Helvetica,sans-serif; 
    font-size: 14px;  
    color: #ff0000;
    margin-left: 180px; 
    height: 0px;   
}

