body,
html {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	font:normal 12px tahoma,arial,helvetica,verdana;
	color:#000;
}

.body {
	background:#d98916;
}

*:focus {
	outline:none;
}
table {
	padding:0;
	border:none;
	border-collapse:collapse;
}
img {
	border:none;
}
a {
	color:#000;
}


#wrap {
	width:570px;
	padding:100px 110px 0 120px;
	margin:0 auto;
	background:url(images/bg.jpg) #efbb0d 50% 0% no-repeat;
	height:500px;
}


#order label {	font-weight:bold;
	display:block;
	padding-bottom:4px;}
#order ul {	list-style:none;
	float:left;
	width:100%;
	padding:0 0 10px 0;
	margin:0;
	clear:both;}
#order ul li {	float:left;
	padding-right:14px;
}
#order ul li input, #order ul li select {
	width:98%;
	margin:0;
}
#order ul.wide {	padding:0;}
#order ul.wide li {	padding:0 0 10px 0;
	float:left;
	width:100%;
}
#order ul.wide li.half {	width:48.4%;
	padding-right:1.5%;}
#order textarea {	width:98%;
	height:100px;}


#order ul li.guest {	width:100px;
}
#order ul li.day {	width:90px;
}
#order ul li.month {
	width:150px;
}
#order ul li.time {	width:165px;
	float:right;}
#order ul li.time input {	float:left;	width:54px;}
#order ul li.time .r {	float:right;}
#order ul li.time span {	float:left;
	height:23px;
	padding-left:4px;	line-height:23px;
	font-size:0.9em;
}

.buttons {	float:left;
	width:100%;
	margin-bottom:16px;
	clear:both;}
.buttons .reset {	float:left;
	width:93px;
	height:29px;
	margin:0;
	border:none;
	overflow:hidden;
	cursor:pointer;
	background:url(images/clear-btn.gif) 50% 50% no-repeat;}
.buttons .submit {
	float:right;
	width:134px;
	height:29px;
	margin:0;
	border:none;
	overflow:hidden;
	cursor:pointer;
	background:url(images/order-btn.gif) 50% 50% no-repeat;
}