body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	
	width: 750px;
	margin: 6px auto;
	margin-bottom: 10px;
	
	/*border: solid 1px red; */
}
* html body
{
	text-align: center;
}
* html fieldset div
{
	text-align: left;
}

.ContactFormPanel,
.ThankYouPanel
{
	text-align: left;
}
* html .ContactFormPanel,
* html .ThankYouPanel
{
	width: 750px;
}

.Header
{
	text-align: center;
}

.Footer
{
	text-align: center;
	margin-top: 20px;
}

.RequiredMark
{
	font-weight: bold; 
	color: #ff0000;
}

.Arrow 
{
}

.Arrow img
{
}

.Example 
{
	font-size: 10pt; 
	color: #666666;
}

label
{
	font-weight: normal;
	font-size: 11pt;
}

.ThankYouPanel
{
	padding: 6px;
	margin-top: 14px;
}

.ValidationSummary
{
	color: #ff0000;
	background-color: Beige;
	border-color: DarkRed;
	border-width: 1px;
	border-style: Dashed;
	padding: 6px;
	width: 630px;
	text-align: left;
	
	margin: 0px auto 15px auto;
	
	/* For standards-compatible browsers like FireFox. 
		Unfortunately, IE7 still can't recognize this. */
	/* intentionally commented out...
	margin: 6px auto 12px auto; */
}
* html .ValidationSummary
{
	width: 630px;
/*
	margin-top: 6px;
	margin-left: 85px;
	margin-bottom: 12px;
*/	
}

.Left
{
	float: left;
}

.Right
{
	float: right;
}

.ClearLeft
{
	clear: left;
}

.ClearRight
{
	clear: right;
}

.Clear
{
	clear: both;
}

.CenteredText,
.Centered
{
	text-align: center;
}


fieldset
{
	display: block;
	width: 650px;
	padding: 6px;
	text-align: left;
	border: solid 1px #ccc;
	padding: 10px 20px;
	margin: 20px auto;
}
*html fieldset
{
	width: 695px;
}

fieldset legend
{
	font-size: 12pt;
	font-weight: bold;
	color: #666;
}

fieldset fieldset
{
	display: block;
	width: 620px;
	margin-left: 15px;
	margin-top: 10px;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 20px;
}
*html fieldset fieldset
{
	width: 640px;
}
fieldset fieldset P
{
	margin-top: 3px;
}

fieldset fieldset .Legend
{
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	color: #828282;
}

.TopButtons
{
	margin-bottom: 3px;
}

.BottomButtons
{
	margin-top: 0px;
}

.TopButtons INPUT, 
.BottomButtons INPUT
{
	width: 100px;
}

fieldset div
{
	margin-bottom: 10px;
	
	clear: both;
}

div.buttonSection
{
	height: 25px;
	margin-bottom: 10px;

	/* border: solid 1px red; */
}

div.buttonSection .buttonSection-Misc
{
	width: 200px;
	float: left;
}

div.buttonSection .nextButton,
div.buttonSection .backButton
{
	width: 110px;
}

div.buttonSection .nextButton
{
	float: right;
	font-weight: bold;
}

div.buttonSection .backButton
{
}

.previewText
{
	width: 600px;
	overflow: auto;
	
	border: dashed 1px #666;
	padding: 6px;
	
	margin-left: 14px;
	margin-bottom: 20px;
}

/* styles for form fields */

/* Personal Information */
input.firstName,
input.lastName
{
	
}

/* Mailing Information */
input.company,
input.address1,
input.address2,
input.city
{
	width: 468px;
}

input.postalCode
{
}
select.country,
select.state
{
	
}

input.nonusstate
{
}

/* Contact Information */
input.phone
{
	
}

/* Message Composition */
input.email,
input.confirmEmail,
input.subject,
textarea.comments
{
	width: 468px;
}

div.twocolumns
{
	margin-left: 0px;

	clear: both;
}

div.twocolumns div
{
	margin-left: 0px;
	width: 310px;
	float: left;
	clear: none;
}
div.twocolumns div br
{
	
}

@media print
{
	.ScreenOnly
	{
		display: none;
	}
}
