@CHARSET "UTF-8"; u { text-decoration: underline; } form { width: 450px; background-color: #ccc; border: 1px dotted #333; padding: 5px; margin: 0px auto; } form h1 { text-align: center; } div.row { clear: both; padding-top: 5px; } div.row label { float: left; width: 200px; text-align: right; } div.row .formw { float: right; width: 235px; text-align: left; } div.spacer { clear: both; }