
	#loginpicture {
		background-image:url(images/Loginform1.png);
		background-repeat: no-repeat;
		background-attachment: fixed;										
		height:287px;
		width:280px;
	}
	
	#no button {
		border: none;
		padding: 0;
		background-color:transparent;
		background: none;		
	}
	
	
	input {
		background-color:transparent;
		border: 0px solid;
		height:18px;
		width:160px;
	}
	
	input:focus{
		outline:none;
	}
	
	table {
		background-image:url(images/Loginform1.png);
		background-repeat: no-repeat;
		height:287px;
		width:280px;
	}
	
	body{
		 background-image: url(images/temp1.jpg); 
		 background-repeat: no-repeat; 
		 background-attachment: fixed; 
	}