<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Adon - Web shaper</title>
<style type="text/css">
<!--
body { 
text-align:center;    
}
#login {
display: block;
width: 267px;
margin-right: auto;
margin-left: auto;
margin-top: 100px;
font-family: Verdana;
font-size: 11px;
text-align: left;
background-attachment: scroll;
background-image: url(/immagini/struttura/sfondo_login.gif);
background-repeat: no-repeat;
background-position: center center;
padding-top: 100px;
padding-left: 30px;
color: #333333;
height: 197px;
}
#login label{
display: block;
text-align: left;
font-weight: bold;
}
#login input{
height:16px;
width:180px;
padding: 3px;
margin-top: 5px;
margin-bottom: 5px;
display: block;
border:solid 1px #999999;
}
.bottone{
height:22px;
width:80px;
font-size:11px; 
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
background-color: #E2E2E2;
color: #333333;
border: 1px ridge #555555;
padding:2px;
}
#login a, #login a:link, #login a:active, #login a:visited{
color: #FFFFFF;
text-decoration: none;
display: block;
text-align: left;
padding-top: 5px;
}
#login a:hover { 
color: #FF9900; 
}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /></head>
<body>

    <form action="/adon.pl" method="post" name="formlogin">
    <input name="act" value="Login" type="hidden">
    <input name="referer" value="/" type="hidden">
	<div id="login"><label for="username">User </label><input name="username" size="20" type="text">
    <label for="password" style="padding-top:15px;">Password</label>
    <input name="password" size="20" type="password" style="margin-bottom:20px;">
    <input name="entra" value="    Enter    " type="submit" class="bottone" style="width:80px; height:22px;">
    <a href="http://www.callipigia.com/" target="_blank" class="a-adon" style="color:#333333;">Callipigia 2000 ©</a>
    </div></form>

</body>
</html>