.ValidationSummary
{
	width: 100%;
	margin-top: 6px;
	margin-bottom: 6px;
	border: solid 2px #900;
	background: #FFDFDF;
}

fieldset
{
	/*width : 420px;*/ /*width : 600px;*/
	width: auto;
	padding: 10px;
	margin-bottom: 15px;
	border: solid 1px #ccc;
	clear: both;
	
	-moz-border-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-radius: 10px;
}
	* html fieldset
	{
		/*width: 540px;*/ /* Tweak for IE6+ */
	}

legend
{
	font-weight: bold;
	font-size: 1.1em;
	font-weight: bold;
	color: #708090;
	margin-bottom: 10px;
}

.ValidationSummary
{
	display: block;
	background: #FFEFF2 url(attention_32x32.png) no-repeat 6px 6px;
	color: #880000;
	border: solid 2px #990000;
	padding: 6px 6px 6px 44px;
	width: auto;
	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 div.ValidationSummary
	{
		width: auto; /* 		margin-top: 6px; 		margin-left: 85px; 		margin-bottom: 12px; 	*/
	}
	.ValidationSummary p
	{
		margin-top: 0px;
		margin-bottom: 6px;
	}
	.ValidationSummary ul
	{
		margin: 6px 10px;
		padding: 10px;
		font-weight: normal;
	}
	.ValidationSummary li
	{
		font-weight: normal;
	}

h1.title
{
	margin-bottom: 20px;
}

h1.logo
{
	background: url(http://www.thecourier.com/images/600ogo4.jpg) no-repeat top center;
	height: 90px;
	width: 100%;
	text-indent: -9000px;
	overflow: hidden;
}

.buttons
{
	text-align: center;
	border-top: solid 1px #ccc;
	padding: 10px;
}

.example
{
	color: #666;
}

