body{ 
		width: 99%;  
		height: 98%; 
		margin:0 auto;
		position:relative;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;	
		background:url(images/pantherbg1.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		text-align:center;
		
	 }	 
	.loginform{  
		background:url(images/formbgnew2.png);
		width:1000px;
		height: 579px;
		-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		position:absolute;
		left:50%;
		top:50%;
		margin-left: -500px;
		margin-top: -290px; 
	}
	.form{
		margin-top:450px;
		margin-left:260px;
	}
	.inputbox{
		height:30px;
		width: 310px;
		background:none; 
		border:none;	
		border-radius: 10px;
		font-size:16px;
		outline:none;
		margin-top:28px;
		float:left;
		}