
.hidden {
	visibility: hidden;
	display: none;
}

form, form div
fieldset legend, dl label, dl input, dl select, dl textarea, dl dt, dl dd{
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.validation_error {
	color: yellow;
	font-size: .75em;
}

#your_information, #stay_details, #pet_forms, #dog_section
{
	width: 800px;
	margin-top: 1em;
	border: 1px solid gray;
}

#submit_button
{
	width: 800px;
	margin-top: 1em;
	text-align: center;	
}

#your_information legend, #stay_details legend, #pet_forms legend, #dog_section legend
{
	border: 1px solid gray;
	padding: .5em 1em .5em 1em;
	margin-left: 1em;
}

#your_information dt, #stay_details dt, #pet_forms dt, #dog_section dt,
#your_information dd, #stay_details dd, #pet_forms dd, #dog_section dd
{
	float: left;
	height: 2em;			/* one textbox line */
	margin: 0;
	padding: .05em .15em .05em .15em;
}

#your_information dt, #stay_details dt, #pet_forms dt, #dog_section dt
{
/*
	border-left: solid black 1px;
	border-top: solid black 1px;
	border-bottom: solid black 1px;
*/
	margin: .10em 0 .10em .10em;
	
	text-align: left;
	width: 150px;
}
#your_information dd, #stay_details dd, #pet_forms dd, #dog_section dd
{
/*
	border-right: solid black 1px;
	border-top: solid black 1px;
	border-bottom: solid black 1px;
*/
	margin: .10em .10em .10em 0;
	
	width: 630px;
}

#your_information br, #stay_details br, #pet_forms br, #dog_section br
{
	clear: left;	/* stop the floating after the form */
}

#your_information dt.return {
	text-align: right;
}

#your_information .address {
	height: 4em;
}

#your_information .address textarea {
	height: 3.5em;
}

#pet_forms .friendly_pets {
	height: 3em;
}

#pet_forms label {
	padding-right: 2em;
}

#pet_forms .friendly_people {
	height: 3em;
}

#pet_forms .comments {
	height: 5em;
}

#pet_forms .comments textarea {
	height: 4.5em;
}

#dog_section dt {
	text-align: right;
}
