<style type="text/css">
<?php
if ( isset( $max_width ) && $max_width) {
print ".um-$form_id.um {
max-width: $max_width;
}";
}
?>
</style>