table.order {
	width: 100%;
}
.order p {
	width: auto !important;
}
#print-frame {
	height: 1px;
	visibility: hidden;
}
#order-form {
	display: none;
}
#store-info {
	float: right;
	width: 276px;
	height: 80px;
	padding: 6px 8px;
	background: #fff url(../images/order/bg-store.gif) no-repeat;
}
#store-info h3 {
	font-weight: normal;
	padding-bottom: 4px;
	margin-bottom: 9px;
	border-bottom: 1px solid #b0b0b0;
}
#store-info div {
	margin-bottom: 6px;
}
#wrap-rows {
	padding: 5px;
	background: #eee;
}
#wrap-info {

	padding: 8px;
	margin-bottom: 6px;
	background: #b0b0b0;
}
#wrap-info label {
	padding-right: 5px;
}
#wrap-info input {
	width: 200px;
	padding: 2px 3px;
	margin-right: 10px;
}
#wrap-total {
	width: 356px;
	padding: 8px;
	margin-bottom: 6px;
	font-size: 1.4em;
	font-weight: bold;
	background: #b0b0b0;
}
.person {
	margin-bottom: 6px;
	border-bottom: 1px dotted #999;
}
.person table {
	width: 680px;
	background: #eee;
	border-color: #eee;
	border-style: solid;
	border-width: 4px 0 4px 4px;
}
.person table td {
	padding: 2px;
}
.person .title {
	font-weight: bold;
}
.person .label {
	width: auto;
}
.person .subtotal {
	font-size: 1.3em;
	font-weight: bold;
}
.person label {
	padding-right: 5px;
}
.person select {
	margin: 0;
	width: 140px;
	padding: 1px;
}
.person .name {
	width: 303px;
	padding: 2px 3px;
}
.person .item, .person .side {
	width: 190px;
}
.person .size {
	width: 70px;
}
.person .chilli, .person .drink {
	width: 132px;
}
.person .veg {
	margin: 0 3px 1px 3px;
}
.person .comments {
	width: 580px;
	padding: 2px 3px;
	font: 1em sans-serif;
}
input.btn {
	border: 1px solid #999;
	padding: 3px 0 3px 20px;
}
input.add {
	width: 200px;
	background: #eee url(../images/order/btn-add.gif) no-repeat scroll 7px center;
}
input.remove {
	display: block;
	float: right;
	margin-right: 5px;
	width: 100px;
	background: #eee url(../images/order/btn-rem.gif) no-repeat scroll 7px center;
}
input.print {
	width: 120px;
	padding-left: 0;
	font-weight: bold;
}

