body {
  background-color: #E0E0E0;
	/* background-image: url(images/chrome_bg.jpg); */
	/* background-repeat: repeat; */
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.inviteHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: Normal;
	color: #333333;
}

.inviteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

.invitePrompt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #555555;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}

.inputTextField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFF99;
	border: 1px solid #333333;
	width: 185px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

.disclaimer {
  font-size: 9px;
	font-weight: normal;
  line-height: 12px;
	color: #333333;
}


