@charset "utf-8";

body {
	background: #ffffff url("bkg.gif") repeat;
}
#wrapper {
	border: 2px solid #DBDBDB;
}
p.c1 {
	padding-top: 20px;
}

label[for=GuestQuantity] {
	font-size: 100%;
	font-weight: bold;
	width: 250px;
}
#GuestQuantity {
	width: 50px;
}
.guestPerQuantity {
	display: none;
}
.guestPerQuantity,
.guestPerQuantityAdded {
	padding-left: 36px;
}
.guestPerQuantity label,
.guestPerQuantityAdded label  {
	width: 200px;
}
.guestPerQuantity input,
.guestPerQuantityAdded input {
	margin-bottom: 2px !important;
	width: 200px !important;
}

select[name=GuestVCUYear] {
	margin-bottom: 20px !important;
}

.eventDay {
	font-weight: bold;
}
.eventQuantity label {
	width: 255px;
}

.perQuantity label,
.perQuantityAdded label {
	margin-bottom: 2px;
	width: 250px;
	margin-left: 0px;
}

.perQuantity select,
.perQuantityAdded select {
	width: 306px;
}

#RegistrationFeeText {
	margin-left: 40px;
}
.reversed label {
	margin-bottom: 20px;
	width: 380px;
}

#RegistrationAmount,
#TotalAmount,
#GrandTotalAmount,
#MembershipAmount {
	float: left;
	text-align: right;
	width: 9em;
}

#GrandTotalAmount {
	border-top: medium solid Black;
	font-weight: bold;
}



#AttendeeYear { margin-bottom: 20px;}

#MembershipVerificationText{ margin-left: 200px;}