.RegistrationForm TD, .RegistrationForm TH, .PhoneNumberTable TD, .PhoneNumberTable TH {
	padding: 4px 8px;
}

.RegistrationForm TH, .PhoneNumberTable TH {
	padding-left: 0;
	text-align: left;
	width: 150px;
	font-size: 16px;
	font-weight: normal;
}

.RegistrationForm INPUT {
	font-size: 16px;
	padding: 3px 6px;
	width: 200px;
	height: 22px;
	border-radius: 4px;
	border: solid 1px #808080;
}

.PhoneNumberTable TH, .PhoneNumberTable TD {
	padding-left: 0;
	text-align: left;
	padding-right: 30px;
	font-size: 20px;
	font-weight: normal;
}

.SponsorInterstitial {
	width: 700px;
	height: 300px;
	max-width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
}

#PageDialogAlreadyRegistered {
	max-width: 650px;
	text-align: center;
}

#AlreadyRegisteredOptions {
	grid-template-columns: calc(50% - 20px)  calc(50% - 20px);
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	display: grid;
	max-width: 550px;
	text-align: center;
}

@media screen and (max-width: 450px) {
	#AlreadyRegisteredOptions {
		grid-template-columns: 100%;
	}
}

#AlreadyRegisteredOptions .InfoButton {
	margin: 0 0 0 0;
}


#SMSExample {
	float: right; width: 300px; margin: 0 0 20px 50px;
}

#SMSExampleCaption {
	color: #808080; text-align: center; margin: 0 0 10px 0;
}

#SMSExampleScreenshotContainer {
	position: relative;
}

#SMSExampleCode {
    position: absolute;
    color: white;
    top: 148px;
    left: 217px;
    letter-spacing: 1px;
    font-size: 12px;	
}

@media screen and (max-width: 780px) {
	#SMSExample {
		float: none;
		margin: 0 0 30px 0;
	}
}