<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <title>Login</title> <LINK href="Xenon.RP.css" type="text/css" rel="stylesheet"> <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema"> <META http-equiv="Content-Type" content="text/html; charset=unicode"> </HEAD> <body bgColor="#ebebeb" leftMargin="0" topMargin="0" MS_POSITIONING="GridLayout" onload="document.Form1.txtUser.focus(); "> <form name="Form1" method="post" action="login.aspx?ReturnUrl=%2findex.aspx" id="Form1"> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTc3OTIwMDkwMGQYAQUeX19Db250cm9sc1JlcXVpcmVQb3N0QmFja0tleV9fFgEFCGJ0bkxvZ2luCBLNGoDx+8zTGOOidEy7NIzqxqM=" /> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWBAK/iZuQAgLB2tiHDgK1qbSRCwKC3IeGDJS1pzrU5ixeXUb5dM96JHRdwHPt" /> <br> <br> <br> <table cellSpacing="0" cellPadding="0" width="100%" background="" border="0"> <tr> <td align="center" background="imagens/tblogin_sides.gif"><table cellSpacing="0" cellPadding="0" width="615" border="0"> <tr> <td><IMG height="143" src="imagens/tblogin_1.gif" width="206"> </td> <td><IMG height="143" src="imagens/tblogin_2.gif" width="207"> </td> <td><IMG style="WIDTH: 202px; HEIGHT: 143px" height="143" src="imagens/tblogin_3.gif" width="202"> </td> </tr> </table> </td> </tr> </table> <table width="100%" border="0"> <TR> <TD vAlign="bottom" align="center"> <TABLE width="615" align="center" border="0"> <TR> <TD style="WIDTH: 197px; HEIGHT: 17px" vAlign="bottom" align="left"></TD> <TD style="WIDTH: 42px; HEIGHT: 17px" vAlign="middle" align="left" class="lbl">Usuário:</TD> <TD style="WIDTH: 149px; HEIGHT: 17px" vAlign="middle" align="left"><input name="txtUser" type="text" id="txtUser" tabindex="1" class="textUpper" /></TD> <TD style="HEIGHT: 17px" vAlign="middle" align="left">&nbsp;</TD> </TR> <TR> <TD style="WIDTH: 197px; HEIGHT: 23px" vAlign="middle" align="left"></TD> <TD style="WIDTH: 42px; HEIGHT: 23px" vAlign="middle" align="left" class="lbl">Senha:</TD> <TD style="WIDTH: 149px; HEIGHT: 23px" vAlign="middle" align="left"><input name="txtPassword" type="password" id="txtPassword" tabindex="2" class="txt" /></TD> <TD style="HEIGHT: 23px" vAlign="middle" align="left">&nbsp;</TD> </TR> <TR> <TD style="WIDTH: 197px" vAlign="middle" align="center"></TD> <TD style="WIDTH: 42px" vAlign="middle" align="center" colSpan="1">&nbsp; </TD> <TD>&nbsp; &nbsp; &nbsp; <input type="image" name="btnLogin" id="btnLogin" src="Imagens/img_login.gif" border="0" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;btnLogin&quot;, &quot;&quot;, true, &quot;&quot;, &quot;&quot;, false, false))" language="javascript" /></TD> </TR> </TABLE> <span id="lblMsg_error" class="msg_err"></span></TD> </TR> </table> </form> </body> </HTML>