<%@ Language=VBScript %> <LINK rel="stylesheet" type="text/css" href="../pacs.css"> <!--#include file="../Include/Protect.inc"--> <!--#include file="../Include/header.inc"--> <html> <head> <link rel="stylesheet" type="text/css" href="Login.css"> <title>Transportation Resources, Inc.: Secure Login</title> <script type="application/javascript" LANGUAGE="javascript"> <!-- --> </script> </head> <body bgColor="white" bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0"> <form name="thisForm" action="/login/verify.asp" METHOD="post"> <P style="COLOR: midnightblue" align=center> <TABLE style="MARGIN-TOP: 50px; WIDTH: 400px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 200px" height=200 cellSpacing=0 cellPadding=0 width=400 background=../images/Login_Back.jpg border=0> <TR> <TD> <P style="COLOR: midnightblue" align=center> <TABLE style="MARGIN-TOP: 28px; WIDTH: 375px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 100px" borderColor=red height=100 cellSpacing=0 cellPadding=0 width=375 background="" border=0> <TBODY> <TR> <TD><FONT color=midnightblue> <P align=left><FONT face=Arial color=black size=2> <HR style="BORDER-RIGHT: navy 1px inset; BORDER-TOP: navy 1px inset; BORDER-LEFT: navy 1px inset; COLOR: forestgreen; BORDER-BOTTOM: navy 1px inset; HEIGHT: 1px" SIZE=1> Please enter your login information&nbsp;to continue...<FONT face="Arial" color=#191970 size=3> </FONT> <HR style="BORDER-RIGHT: navy 1px inset; BORDER-TOP: navy 1px inset; BORDER-LEFT: navy 1px inset; COLOR: forestgreen; BORDER-BOTTOM: navy 1px inset; HEIGHT: 1px" SIZE=1> </FONT> </FONT> </TD></TR> <TR> <TD> <TABLE style="WIDTH: 370px" cellSpacing=0 cellPadding=0 width=370 align=left border=0> <TR> <TD><FONT face=Verdana color=#191970 size=2>Username:</FONT></TD> <TD> <P align=right><INPUT id=txtUser style="BORDER-RIGHT: royalblue 1px groove; BORDER-TOP: royalblue 1px groove; BORDER-LEFT: royalblue 1px groove; WIDTH: 97px; BORDER-BOTTOM: royalblue 1px groove; HEIGHT: 20px; BACKGROUND-COLOR: whitesmoke" maxLength=10 size=10 name=txtUser></P></TD></TR> <TR> <TD> <P align=left><FONT style="COLOR: white" face="Arial Narrow" color=midnightblue size=2><FONT color=midnightblue face=Verdana>Password:</FONT> </FONT></P></TD> <TD> <P align=right> <INPUT id=txtPass style="BORDER-RIGHT: royalblue 1px groove; BORDER-TOP: royalblue 1px groove; BORDER-LEFT: royalblue 1px groove; WIDTH: 97px; BORDER-BOTTOM: royalblue 1px groove; HEIGHT: 20px; BACKGROUND-COLOR: whitesmoke" type=password maxLength=10 size=12 name=txtPass></P></TD></TR></TABLE></TD></TR> <TR> <TD> <P align=right><FONT color=#191970> </FONT></P> <DIV align=right> <HR style="BORDER-RIGHT: navy 1px inset; BORDER-TOP: navy 1px inset; BORDER-LEFT: navy 1px inset; COLOR: forestgreen; BORDER-BOTTOM: navy 1px inset; HEIGHT: 1px" SIZE=1> <INPUT id=CmdLogin onMouseOver="this.style.background='#afcfcf';this.style.color='black';" style="BORDER-RIGHT: royalblue 1px ridge; BORDER-TOP: royalblue 1px ridge; MARGIN-TOP: 0px; FONT-SIZE: xx-small; MARGIN-BOTTOM: 0px; PADDING-BOTTOM: 0px; BORDER-LEFT: royalblue 1px ridge; WIDTH: 100px; COLOR: white; PADDING-TOP: 0px; BORDER-BOTTOM: royalblue 1px ridge; FONT-FAMILY: sans-serif; TOP: 0px; HEIGHT: 18px; BACKGROUND-COLOR: slategray" onMouseOut="this.style.background='SlateGray';this.style.color='White';" type=submit value=login name=button onclick="login()" height="18" width="100"><FONT color=midnightblue></FONT></DIV></TD></TR></TBODY></TABLE></P></TD></TR></TABLE></P> </body> </form> </html> <!--#include file="../Include/Footer.inc"-->