body {
  font-family: arial, "Helvetica Neue", Helvetica, sans-serif; }

.summary {
  width: 800px;
  display: block;
  margin: 30px auto; 
}

.summary tr td:first-child {
	font-weight: bold; 
}

span.error {
	color:red;
}

label {width:200px; font-weight: bold;}
input, select {width:350px; padding:4px;}
select{width:360px;}
input[type='submit'] {padding:4px 10px; margin:10px 0; width:auto;}
