form {
	margin-bottom: 3em;
	font-family: Arial, Helvetica, sans-serif;
}

#rentalForm fieldset {
	display: block;
	margin: 0 0 1em 0;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #000000;
	padding: 0 1em 1em 1em;
	width: 90%;
	background: none;
}

#rentalForm legend {
    font-weight: bold;
	background: none;
	border: 0;
	text-transform: none;
	letter-spacing: 0;
	font-size: 100%;
}

table.radio {
	margin-bottom: 20px;
}

table.radio th,
table.radio td {
	vertical-align: top;
	padding-bottom: 10px;
}

table.radio th {
	text-align: left;
	font-weight: normal;
	padding-right: 20px;
}

#rentalForm table.radio label {
	float: none;
	margin: 0;
	width: auto;
}

#rentalForm table.radio input {
	display: inline;
	float: none;
	margin: 0 4px 0 0;
	left: 0;
	top: 0;
}

/*#rentalForm fieldset.radio {
	margin: 0 0 0 -1em;
	border: 0 solid #FFFFFF;
}

#rentalForm fieldset.radio input {
	position: static;
	clear: both;
	float: left;
}

#rentalForm fieldset.radio label {
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 16em;
	font-weight: normal;
}

#rentalForm fieldset.radio label.credit {
	margin: 0 0 0 36em;
}

#rentalForm fieldset.radio legend {
	float: left;
	font-weight: normal;
	width: 16em;
}

#rentalForm fieldset.radio legend.credit {
	width: 36em;
}
*/
#rentalForm input, #rentalForm textarea, #rentalForm select {
	position: relative;
	top: -1.6em;
	left: 16em;
	display: block;
}

#rentalForm textarea {
    left: 15.6em;
    width: 430px;
}

#rentalForm input.submit {
	clear: both;
	top: 0;
}

#rentalForm label {
	clear: both;
	float: left;
	display: block;
	width: 16em;
	margin-top: -1em;
}

#rentalForm label.first {
	margin-top: 1em;
}

#rentalForm fieldset.first {
    margin-top: 1em;
}

#rentalForm fieldset p.note {
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 2em;
}