.contactform {
	width:750px;
	margin:2.0em 0 0 0;
	padding:10px 10px 0 10px;
	border:solid 1px rgb(200,200,200);
	margin-left: auto;
	margin-right: auto;
}

#menuchoiceform {
	display:block;
	width: 100px;
}

.contactform fieldset {
	padding:20px 0 0 0 !important;
	padding:0;
	margin:0 0 20px 0;
	font-family: museo_300regular;
	font-size: 14px;
	color: rgb(0,135,85);
	border:solid 1px rgb(220,220,220);
}
.contactform fieldset legend {
	margin:0 0 0 5px !important;
	margin:0 0 20px 5px;
	padding:0 2px 0 2px;
	color:rgb(80,80,80);
	font-family: museo_500regular;
	font-size: 20px;
	color: rgb(255,134,51);
	font-weight:bold;
}
.contactform label.left {
	float:left;
	width:140px;
	margin:0 0 0 10px;
	padding:2px;
	font-size:110%;
	text-align:left;
}
.contactform select.combo {
	width:175px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	font-family:museo_300regular;
	font-size:110%;
}
.contactform input.field {
	width:560px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	font-family:museo_300regular;
	font-size:110%;
}

.contactform input.paxbox {
	width:60px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	font-family:museo_300regular;
	font-size:110%;
	text-align: center;
}

.contactform input.pricebox {
	width:50px;
	padding:2px;
	border:none;
	font-family:museo_300regular;
	font-size:110%;
    outline: none;
}

.contactform input.totalbox {
	width:80px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	font-family:museo_300regular;
	font-size:110%;
	text-align: right;
}

.contactform input.item_price {
	width:35px;
	padding:2px;
	border: none;
	font-family:museo_300regular;
	font-size:110%;
}

.contactform textarea {
	width:560px;
	max-width: 560px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	font-family:museo_300regular;
	font-size:110%;
}
.contactform input.button {
	float:right;
	width:9.0em;
	margin-right:19px;
	margin-bottom:12px;
	padding:1px !important;
	padding:0;
	background:rgb(225,225,225);
	border:solid 1px rgb(150,150,150);
	text-align:center;
	font-family:museo_300regular;
	color:rgb(150,150,150);
	font-size:110%;
}
.contactform input.button:hover {
	cursor: pointer;
	border:solid 1px rgb(80,80,80);
	background:rgb(220,220,220);
	color:rgb(80,80,80);
}

.ui-datepicker {
    font-size: .7em !important;
  }

.tabletotal {
	margin-left: 10px;
}

.tabletotal tr td {
	padding: 6px;
}