body{ 
		width: 99%;  
		height: 98%; 
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;	
		background:url(images/pantherbg2.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	 }	 
	.loginform{
		background:url(images/formbgnewiphone.png);
		width:1000px;
		height: 592px;
		position:absolute;
		right:0%;
		top:0%;
		left:0%;
		margin-left: 0px;
		margin-top: 0px;  
  
	}
	.form{
		margin-top:450px;
		margin-left:310px; 
	}
	
	.inputbox{
		height:30px;
		width: 310px;
		background:none; 
		border:none;	
		border-radius: 10px;
		font-size:16px;
		outline:none;
		margin-top:28px;
		float:left;
		}
		