body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	
	margin-bottom: 10px;
	
	/*border: solid 1px red; */
}
	* html body
	{
		
	}

div.content
{
	/*
	width: 960px;
	margin: 0px auto 20px auto;
	*/

	/*border: solid 1px #ddd;*/
}

.RequiredMark
{
	font-weight: bold; 
	color: #ff0000;
}

.Error
{
	display: block;
	font-weight: bold;
	color: #990000;
	color: #ff0000;
	background-color: Beige;
	border-color: DarkRed;
	border-width: 1px;
	border-style: Dashed;
	padding: 6px;
	width: auto;
	text-align: left;
	
	font-family: Arial, Helvetica, Sans-Serif;
	
	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 .Error
	{
		width: 526px;
	/*
		margin-top: 6px;
		margin-left: 85px;
		margin-bottom: 12px;
	*/	
	}
.ErrorMsg
{
	font-weight: bold;
	color: #f00;
}

.Arrow 
{
}

.Arrow img
{
}

.Example 
{
	color: #ffffff;
	visibility: hidden;
	padding: 3px 6px 5px 16px;
	background: #7F9DB9 url(arrowexample.gif) no-repeat top left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	
	position: absolute;
	left: 350px;
	z-index: 100;
	white-space: nowrap;
}
	* html .Example
	{
		left: 230px;
	}

.ExampleIntro 
{
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	
}

label
{
}

.ValidationSummary
{
	display: block;
	color: #ff0000;
	background-color: Beige;
	border-color: DarkRed;
	border-width: 1px;
	border-style: Dashed;
	padding: 6px;
	width: auto;
	text-align: left;
	
	font-family: Arial, Helvetica, Sans-Serif;
	
	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: 686px;
	/*
		margin-top: 6px;
		margin-left: 85px;
		margin-bottom: 12px;
	*/	
	}

.ValidationSummary ul
{
	margin: 10px;
	padding: 10px;
	font-weight: normal;
	color: #ff0000;
	font-family: Arial, Helvetica, Sans-Serif;
}

.InsideValidationSummary
{
	display: block;
	color: #ff0000;
	background-color: Beige;
	border-color: DarkRed;
	border-width: 1px;
	border-style: Dashed;
	padding: 6px;
	width: auto;
	text-align: left;
	
	font-family: Arial, Helvetica, Sans-Serif;
	
	margin-bottom: 15px;
	
	/* For standards-compatible browsers like FireFox. 
		Unfortunately, IE7 still can't recognize this. */
	/* intentionally commented out...
	margin: 6px auto 12px auto; */
}
	.InsideValidationSummary ul
	{
		margin: 10px;
		padding: 10px;
		font-weight: normal;
		color: #ff0000;
		font-family: Arial, Helvetica, Sans-Serif;
	}

/* styles for form fields */

/* Personal Information */
input.DataEntryFieldLong,
select.DataEntryFieldLong
{
	width: 200px;
}

input.PostalCode
{
	width: 100px;
}

input.Phone
{
	width: 100px;
}

.ta-center
{
	text-align: center;
}
.ta-right
{
	text-align: right;
}
.ta-left
{
	text-align: left;
}

.border
{
	border: solid 1px #666;
}
.border1
{
	border: solid 1px #f00;
}
.border2
{
	border: solid 1px #0f0;
}
.border3
{
	border: solid 1px #00f;
}

