<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
	background-color: #E1E1E1;
	text-align: right;
}


.CreateUserWizard
{
margin: 0 auto;
width: 300px;
}

.SfondoGiallo80
{
	background-color: Yellow;
	border: solid 1px black;
	width: 80%;
}

.SfondoAzzurro80
{
	background-color: #CCFFFF;
	border: solid 1px black;
	width: 95%;
}

.bordo50
{
	background-color: Yellow;
	border: solid 1px black;
	width: 50%;
}

.quale
{
    float: left;
    width: 80px;
}
.input
{
	float: none;
	width: 64%;
}
.textbox
{
    width: 150px;
    border: solid 1px black;
}
.button
{
    border: solid 1px black;
    color: Black;
  }
.titolo
{
	font-weight: bold;
	margin-left: 20px;
	font-size: medium;
	height: 18px;
	width: 187px;
}
.messaggio
{
    font-weight: bold;
    margin: 15px;
	width: 290px;
}

a { color: #000000; }
a:hover
{
    color: Blue;
    text-decoration: none;
}

.Centrato
{
	text-align: center;
}
</pre></body></html>