﻿body {
}

   div.iphone_title
   {
   		display:block;
   }

 div#MainTitle
        {
        	position:absolute;
        	top:1px;
        	left:400px;
        }

div.divLeft
        {
        	display:none;
        }
        
	div.LoginDiv 
	{
		position: absolute;
		border-width: 0px;
		height: 108px;
		left: 0px;
		right: 0px;
		top: 0px;
		background-image: url(../../Images/top_iphone.jpg);
		background-repeat: repeat-x;
	}	
div.divMain
		{    
			position: relative;
			top: 0px;
			height:300px;
			width: 360px; 
			margin-left:10px;
			margin-top:80px;			
			border:0px solid black
		}
        
 div.LoginBox
        {
        	background-image:url(../../Images/login_iphone.jpg); 
        	margin-top:0px; 
        	background-repeat: no-repeat; 
        	width:320px; 
        	height:180px;
        }        
 input#UserName
        {
        	width:160px
        }
 input#Password
        {
        	width:160px
        }
  input#btnLogin
        {
        	width:60px
        }
   td#loginCell
        {
        	 text-align:left
        }
  div#Panel1
		{	
			display:none
		}
 div.divFooter
        {
        	display:none
        }
  a#lnkForgotYourPassword
  {
  	display:none
  }
  
   td#RememberMeCell
        {
        	display:none
        }

