<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#html, body {
padding: 0;
margin:0;
background-color:#ECECEC; 

}

.Wrapper
{

	width: 980px;
	margin: 100px auto;
}


.Logo
{
	height:75px;
	background: url(../../Core/Images/Logo.png);
	background-repeat:no-repeat;
}

.Inner
{
	padding: 20px;
	border: 1px solid #c1c1c1;
	border-width: thin;
	background-color: #FFFFFF; 
	-moz-border-radius: 15px;
 	border-radius: 15px;
}

.Headder
{
	color: blue; 
	text-decoration: none;
	font-size: 18px; 
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}

.Msg
{
	color: red; 
	text-decoration: none;
	font-size: 12px; 
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

.Footer
{
	color: blue; 
	text-decoration: none;
	font-size: 12px; 
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	padding: 20px;
}

</pre></body></html>