.RequiredMark
{
	font-weight: bold; 
	color: #ff0000;
}

.Arrow 
{
}

.Arrow img
{
}

.Example 
{
	font-size: 10pt; 
	color: #666666;
}

label
{
	font-weight: bold;
	font-size: 10pt;
}

.ThankYouPanel
{
	padding: 6px;
	margin-top: 14px;
}

.ValidationSummary
{
	color: Red;
	background-color: Beige;
	border-color: DarkRed;
	border-width: 1px;
	border-style: Dashed;
	padding: 6px;
	width: 530px;
	text-align: left;
	margin-bottom: 12px;
}
* html .ValidationSummary
{
	width: 526px;
}

.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;
}

.SubmitBtn
{
	background: transparent url(../images/SubmitBtn.gif) no-repeat;
}

@media print
{
	body
	{
		margin: 0px;
	}
	
	FIELDSET
	{
		border: 0px none;
	}

	.ScreenOnly
	{
		display: none;
	}
	
}
