landing.css 197 B

123456789101112131415
  1. form table{
  2. margin: auto;
  3. }
  4. form table td.label{
  5. text-align: right;
  6. padding-right: 1em;
  7. }
  8. form table td.input{
  9. text-align: left;
  10. }
  11. form table td.submit{
  12. text-align: center;
  13. }