@charset "utf-8";

.Body { font-family: Georgia; }

.BodyDiv { width: 600px; border: 0; }

.GoBackLink { font-size: 14px; text-decoration: none; color: #CCC; border-bottom: 1px solid #999; }
.ThanksText { font-size: 28px; text-transform: uppercase; color: #000; letter-spacing: 2px; }

.DivXS { height: 5px; }
.DivM { height: 10px; }
.DivB { height: 30px; }
.Button { width: 170px; height: 30px; background-color: #000; color: #FFF; border: 0px; font-style: italic; }

.UserInputText { font-size: 16px; border: 1px solid #CCC; width: 250px; padding-top: 8px; padding-bottom: 8px; padding-left: 8px;
	padding-right: 8px; text-align: center; }
	
.UserWarningText { font-size: 16px; color: #000; background-color: #CCC; }
.UserWarningTextBlack { font-size: 16px; color: #000; background-color: #FF0; }

.ActionItalic { font-size: 18px; font-style: italic; color: #000; }
.ActionItalicGrey { font-size: 14px; font-style: italic; color: #CCC; text-decoration: none; border-bottom: 1px Solid #CCC; }
.ActionItalicBlack { font-size: 14px; font-style: italic; color: #000; text-decoration: none; }
.ActionLink { font-size: 18px; text-decoration: none; color: #000; border-bottom: 1px solid #CCC; text-transform: uppercase; }

