/* Form Adventure Dining */

form.reservations{width:445px; padding:15px;}
form.reservations label{
	width:100%;
	display:block;
	margin-bottom:10px;
	color:#fff;
	font-weight:bold;
	height:26px;
	background: transparent url(../images/flor-menu.gif) no-repeat;
	text-indent:30px;
}
form.reservations input{width:100%; border:none; border:1px solid #000; background-color:#EC943E; margin-bottom:15px;}
form.reservations textarea{width:35em; height:10em; border:1px solid #000; background-color:#EC943E; margin-bottom:15px;}

.button{
	font-size: 1.2em;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #666;
}
