
    /* Custom styles for form layout    */
        div.row 
        {
            clear: both;
            padding-top: 5px;
        }

        div.row span.label 
        {
            float: left;
            width: 20%;
            text-align: right;
        }

        div.row span.formw 
        {
            float: left;
            width: 80%;
            text-align: left;
        }    