

			@import url( /meetingmanager/MeetingRegistration.css )
			.msTermsBox {
				width: 80%;
				height: 200px;
				padding: 20px;
				background-color: #f8f8f8;
				border: 1px inset #ccc;
				overflow-y: scroll;
			}
			.msInvoiceWrapper {
				border: 1px dashed black;
				background-color: white;
				padding: 20px;
			}
			.msRowError{
				padding: 20px;
				border: 1px solid #822;
				background-color: #fcc;
				width: 100%;
			}
			.msRowSpacer{
				height: 20px;
			}
			.msRowPageHead{
				padding:0 0 20px 0;
			}
			.msRowPageSubhead{
				padding:0 0 10px 0;
				font-weight: bold;
				color: black;
				border-bottom: 1px solid black;
			}
			.msRowHead{
				padding:20px 0 8px 0;
				font-weight: bold;
				font-size: 120%;
				color: black;
				border-bottom: 1px solid black;
			}
			.msRowSubhead {
				padding:5px 0 0px 0;
					margin-left:20px;
			}
			.msRowCaption{
				padding: 5px 10px 5px 0;
				white-space: nowrap;
				text-align: right;
				/* width: 10%; */
			}
			.msRowCaptionTop{
				padding: 5px 10px 5px 0;
				white-space: nowrap;
				text-align: right;
				vertical-align: top;
			}
			.msRowValue{
				padding: 5px 0 5px 0;
				width: 100%;
			}
			.msRowAdminMsg{
				padding: 10px;
				border: 1px solid #bbb;
				width: 100%;
			}
			.msRowForm{
				padding: 5px 0 5px 0;
			}
			.msRowDataHead{
				padding: 20px 0 5px 0;
				font-weight: bold;
				border-bottom: 1px solid black;
			}
			.msRowData{
				padding: 5px 0 5px 0;
				border-bottom: 1px solid #e0e0e0;
			}
			.msRowEven{
				background-color: #f8f8f8;
			}
			.msRowOdd{
				background-color: #fff;
			}
			.msRowRight{
				text-align: right;
				padding-right: 5px;
			}
			.msRowLeft{
				text-align: left;
				padding-left: 5px;
			}
			.msRowNarrow{
				width: 50px;
			}
			.msRowWide{
				width: 90%;
			}
			.msRowIndent{
				padding-left: 50px;
			}
			.msRowTotal{
				font-weight: bold;
				font-weight: bold;
				font-size: 120%;
				padding: 30px 0 0 50px;
			}
			.msPaymentSubtotalRow {
				padding: 30px 0 0 50px;
			}
			.msRowButtons {
				padding: 10px 10px 10px 50px;
				border-top: 1px solid #888;
				border-bottom: 1px solid black;
				background-color: #e0e0e0;
			}
			.msRowButtons input {
				margin-right: 10px;
			}
			.msPayPalButtonForm .msPayPalButton {
				margin: 0 auto;
			}
			.msPayPalButtonForm .msPayPalButton img {
				margin: 0 auto;
			}
			.msPayPalButtonForm .msPayPalButton a {
			}
			.msPayPalButtonForm .msPayPalCopy {
			}

			
