@charset "utf-8";

body {
	background: #ffffff url("bkg.gif") repeat;
}
#wrapper {
	border: 2px solid #DBDBDB;
}
p.c1 {
	padding-top:20px;
}

h2 {
	line-height: 100%;
}

.eventQuantity label {
	display: none;
}
.activityQuantity {
	margin-left: 285px;
}
.perQuantity,
.perQuantityAdded {
	padding-left: 0px;
}
.perQuantity label,
.perQuantityAdded label {
	display: inline;
	width: 335px;
}
.perQuantity label.error,
.perQuantityAdded label.error {
	width: auto;
}
.perQuantity input,
.perQuantityAdded input {
	width: 200px !important;
}
.perQuantity select,
.perQuantityAdded select {
	width: 206px;
}
select[name=GuestMCVYear] {
	margin-bottom: 20px !important;
}

#footer { 
	background: url(suitcaseFooter.jpg) no-repeat; border: none; padding-bottom: 15px; padding-top: 10px;
}
#footer #contact { 
	border: 1px solid #765C45; 
	border-radius: 0 0 0 10px;
	height: 285px;
	margin-left: 0; 
	padding: 10px;
	padding-top:0;
	background: url("footer.png") repeat scroll 0 0 transparent;
}
#footer #contact a:hover {
	color: #83654D;
}
#footer #contact h2, #footer #contact p { 
	color: #eee;
}
#footer #otherwaystogive {
	height: 285px; width: 355px; border-radius: 0 0 10px 0;
	padding: 10px; border: 1px solid #765C45; 
	background: url("footer.png") repeat scroll 0 0 transparent;
	padding-top: 0;
}
#footer #otherwaystogive h2, #footer #otherwaystogive p { 
	color: #eee;
}
#footer #otherwaystogive a { 
	border-color: #765c45;
}
#footer #otherwaystogive a:hover {
	color: #83654D
}

.center {
	text-align: center;
}

.SubmitText {
	display: none;
}
