
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"  lang="en">
<head>
    <title>Administration Login</title>
    <!------------------------------------------------------------------------>
    <!-- Copyright © 2004-2009 Adobe Business Catalyst. All Rights Reserved -->
    <!-- http://BusinessCatalyst.com                                        -->
    <!------------------------------------------------------------------------>
	<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
	<meta http-equiv="Cache-Control" content="no-cache" />
    <link rel="stylesheet" href="/CatalystStyles/global.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="/CatalystStyles/master.css" type="text/css" media="screen" />
	<!-- no java_main.js so we don't check for idle state -->	
</head>
<body class="login">
    <!--[if lt IE 7]>
    <link rel="stylesheet" href="/CatalystStyles/ie6.css" type="text/css" media="screen" />    
    <![endif]-->	
    <form id="Form1" name="Form1" action="https://securesyd.worldsecuresystems.com/Admin/Index.aspx?OURL=dashstudios.com.au" method="post">

    <div id="panelErrorMsg">
	
        
    
</div>
        
    <div id="login">
	    <div id="cap-top"></div>
	    <div id="cap-body">
	    <div id="branding"><img id="imgLogo" src="http://dashstudios.com.au/dash_logo.jpg" border="0" height="60" width="200" /></div>		
            <div id="panelLogin">
	
			    <div>
				    <label>
                        Email Address</label>
                        <input type="text" class="textbox340" name="txtLogin" id="txtLogin" value="" />
			    </div>
			    <div>
				    <label>
                        Password</label>
                        <input type="password" class="textbox340" name="txtPassword" id="txtPassword" value="" />
			    </div>
                					
			    <div class="submit clearfix">
			        <input type="image" src="/CatalystImages/login/button-login.png" alt="Login" name="btnLogin" id="btnLogin" />
			    </div>
                <p class="lostpassword">
                    <a href="Index.aspx?A=ResetPassword">Lost your password?</a>
                    or
                    <a href="http://onlinebusinesswiki.com" target="_blank"">Need help?</a>
                </p>
		    
</div>	
            			
            									
		    
	    </div>
	    <div id="cap-bottom"><img src="/CatalystImages/login/cap-bottom.png" alt="" /></div>
    </div><!-- END #login -->

    </form>

    <script language="javascript" type="text/javascript">
            if (document.getElementById('txtLogin'))
			    document.getElementById('txtLogin').focus();
			
			if (screen.width < 1024)
				alert('This application is best run in a screen resolution of 1024x768 or greater. You are running a smaller screen resolution.');
				
			var detect = navigator.userAgent.toLowerCase();
			if ((detect.indexOf('mac') > 0) && (detect.indexOf('msie') > 0))
				alert('This application on Macintosh is optimized for OS X and Safari/Firefox browsers only. Internet Explorer browser is not supported.');
    </script>

</body>
</html>
