body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	
	width: 650px;
	margin: 0px auto;
	margin-bottom: 10px;
	
	padding: 6px;
	
	/*border: solid 1px red; */
}

.RequiredMark
{
	font-weight: bold; 
	color: #ff0000;
}

.Arrow 
{
}

.Arrow img
{
}

.Example 
{
	font-size: 10pt; 
	color: #666666;
}

label
{
	font-weight: bold;
	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-bottom: 15px;
	
	/* For standards-compatible browsers like FireFox. 
		Unfortunately, IE7 still can't recognize this. */
	/* intentionally commented out...
	margin: 6px auto 12px auto; */
}
* html .ValidationSummary
{
	width: 526px;
/*
	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
{
	text-align: center;
}


FIELDSET
{
	display: block;
	width: 674px;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	text-align: left;
}
*html FIELDSET
{
	width: 695px;
}

FIELDSET .Legend
{
	font-family: Arial, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	color: #828282;
}

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
{
	width: 630px;
	border: 0px none;
	
	border-top: solid 1px #999;
}

fieldset div
{
	margin-bottom: 10px;
	margin-left: 20px;
}

fieldset legend
{
	color: #666;
	font-size: 1.6em;
}

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
{
	width: 468px;
}

/* Mailing Information */
input#company,
input#address1,
input#address2,
input#city,
input#nonusstate
{
	width: 468px;
}

input#postalCode
{
}
select#country,
select#state
{
	
}

/* Contact Information */
input#phone,
input#fax
{
	width: 200px;
}

/* Message Composition */
input#email,
input#confirmEmail,
input#subject,
textarea#comments
{
	width: 468px;
}

/* File Upload */
textarea#file1_caption,
textarea#file2_caption,
textarea#file3_caption,
textarea#file4_caption
{
	width: 468px;
}
	
@media print
{
	body
	{
		margin: 0px;
	}
	
	FIELDSET
	{
		border: 0px none;
	}

	.ScreenOnly
	{
		display: none;
	}
	
}

