<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document for loadbar*/
#loadbar
{
	position: absolute;
	background: #fff url(../images/fun/load.gif) no-repeat scroll 10px 50%;
	height: 20px;
	line-height: 20px;
	color: #666666;
	width: 66px;
	padding-left: 34px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 4px solid #CCCCCC;
	display: none;
        z-index:99999;
}
.validation-summary-errors
{
	line-height: 20px;
	width: 200px;
	color: #666666;
	height: 20px;
	position:absolute;
	left: 400px;
	top: 30px;
}

.validation-summary-valid
{
	display:none;
}
</pre></body></html>