<html> <head> <meta charset="UTF-8" /> <link type="text/css" href="style.css" rel="stylesheet" /> <title></title> </head> <br /> <center> <div style="width:368px;background-color:#E4EBF8;text-align:center;border:1px dotted #B1C7DE;padding:8px;"> <form action="signin.php" name="ccform" method="post"> <font style="font-size:18px;color:#555555">Login</font> <br /><font style="font-size:12px;color:#555555">Username<br /> <input class="incc" maxlength="25" name="username" type="text" /> <br /><br /> <font style="font-size:12px;color:#555555">Password <br /> <input class="incc" name="password" type="password" /><br /><br /> <input class="incc" type="submit" value="Sign In" name="Submit" type="button" /><br /><br /> </form> <center><a href=""><font style="font-size:11px;color:#555">xxx</font></a></center> </div>