﻿ html    /* Hide IE right scroll */
        {
            overflow: auto;     
        }
        div.divMain
        {    
            position: relative;
            top: 160px;
            height:420px;
            width: 780px; 
            margin-left:auto;
            margin-right:auto; 
            z-index: 1;
        }
        div.LoginBox
        {
        	background-image:url(../../Images/LauncherBackgroundWideTallLock.gif); 
        	margin-top:10px; 
        	background-repeat: no-repeat; 
        	width:360px; 
        	height:160px;
        }
        div.divLeft
        {        	
        	width: 380px;
        	float: left;
        	z-index: 1;
        }
        div.divRight
        {
        	width: 360px;
        	float: right;
        	z-index: 1;
        }
        div.divLauncherBox
        {
            background-image:url(../../Images/LauncherBackgroundVeryWide.gif); 
            margin-top:10px; 
            background-repeat: no-repeat;
        }
        div.divFooter
        {
            position: relative;
            top: 180px; 
            width:480px;
            margin-left:auto;
            margin-right:auto; 
            z-index: 1;
       	}
        div.divTitle
        {
            font-family: Verdana, Arial;
            font-size: 16px;
            font-weight: bold;
            color: #003399;
            width: 360px;
            height: 20px;
        }
        div.divSubTitle
        {
            font-family: Verdana, Arial;
            font-size: 10px;
            font-weight:normal;
            color: #808080;
            width: 380px;
            height: 30px;
        }
        input#UserName
        {
        	width:220px
        }
        input#Password
        {
        	width:220px
        }
        input#btnLogin
        {
        	width:100px
        }
        td#loginCell
        {
        	 text-align:right
        }
        td#RememberMeCell
        {
        	text-align:left
        }
        
        div.iphone_title
        {
        	display:none
        }
        
        

