#booking_form fieldset {
	color: #70787C;
	border: 1px dotted #AAAFB3;
	padding: 5px;
	margin-top: 10px;

}
#booking_form fieldset, #booking_form fieldset td {	font-size:11px;}
#booking_form #name, #booking_form #email, #booking_form #phone, #booking_form #state, #booking_form #suburb, #booking_form #number_of_people, #booking_form #date, #booking_form #time, #booking_form #details{
	border: 1px solid #AAAFB3;
	font-size: 12px;
	line-height: 13px;
	color: #70787C;
	padding: 0px;
	width: 250px;
	margin: 0px;
}
#booking_form #details{
	width:500px;
	height:70px;
}
#booking_form #number_of_people {width:50px;}

