form {
	padding:0px;
	margin:0px;
}


input.txt {
	font:normal 12px georgia;
	color:white;
	border:0px;
	background-color:#7e1804;
	margin:1px;
	width:200px;
}

textarea {
	font:normal 12px georgia;
	color:white;
	border:0px;
	background-color:#9e3824;
	margin:1px;
	width:200px;
	height:50px
}



select {
	font:normal 12px georgia;
	color:white;
	border:0px;
	background-color:#7e1804;
	margin:1px;
}


#reservation_page1 {
	display:block;
	margin: 30px 0px 0px 0px;

}
#reservation_page2 {
	display:none;
	margin: 30px 0px 0px 0px;

}

#reservation_page2 td, #reservation_page1 td {
	white-space:nowrap;
}
