div#reservation-form {
margin: 0;
padding: 6px 0;
}

div#reservation-form label span.required {
color: red;
font-size: 90%;
}

div#reservation-form table.security-statement { 
vertical-align: top;
}

div#reservation-form table.collected-info { 
font-family: Arial;
width: 100%;
font-size: 100%;
border-collapse: collapse;
}

div#reservation-form table.collected-info td.label { 
font-weight: bold;
color: #666;
}

div#reservation-form table.collected-info td { 
border-bottom: 1px solid #dadada;
margin:0;
padding: 1px 10px 2px 12px;
}

div#reservation-form label,
div#reservation-form fieldset legend {
font-size: 100%;
font-weight: bold;
color: #660;
}

div#reservation-form h1 {
font-family: Arial;
font-size: 168%;
font-weight: normal;
color: orange;
}

div#reservation-form h2 {
font-family: Arial;
margin:0;
padding:2px 12px;
border-bottom: 1px solid #999;
background-color: #f1f1f1;
color: black;
font-weight: bold;
font-size: 90%;
letter-spacing: 6px;
text-transform: uppercase;
}

div#reservation-form fieldset {
width: 182px;
}

div#reservation-form fieldset label {
font-weight: normal;
font-size: 100%;
color: black;
}

div#reservation-form .buttonblock {
margin:0;
padding: 6px 0 12px 0;
}

div.form-row {
display: block;
background-color: white;
border: 1px solid #f1f1f1;
padding: 4px 10px 10px 10px;
margin-bottom: 0px;
clear: left;
}

div.form-cell {
display: block;
float: left;
margin-right: 8px;
}

p.form-legend {
clear: left;
font-size: 90%;
margin: 0;
padding: 2px 0 0 0;
color: #048;
line-height: 148%;
}

table.form-items td {
padding: 4px 0 6px 0;
border-bottom: 1px solid #f1f1f1;
vertical-align:top;
}

table.form-items {
width: 100%;
}

/* Additional class for reservation form */
input.num-box {margin-bottom: 2px; vertical-align:middle;}
span.total-shifted {padding-left: 40px;}
div.form-cell {color: #048;}