<style type="text/css">
        .field_left {
            float:left;
        }

        .field_right {
            float:left;
            margin-left:10px;
        }

        .clear {
            clear:both;
        }

        #dynamic_form {
            width:580px;
        }

        #dynamic_form input[type=text] {
            width:300px;
        }

        #dynamic_form .field_row {
            border:1px solid #999;
            margin-bottom:10px;
            padding:10px;
        }

        #dynamic_form label {
            padding:0 6px;
        }
        .error_msg.green{ color:#138f45; font-weight: bold; font-size: 18px;}
    </style>
