			*{
				margin:0;
				padding: 0;
				
			}
			
			@font-face {
			font-family: 'lucida';
			src: url('l_10646.eot');
			src: url('l_10646.eot?#iefix') format('embedded-opentype'),
			url('l_10646.woff') format('woff'),
			url('l_10646.ttf') format('truetype');
			font-weight: normal;
			font-style: normal;
			}
			
			body{
				
				font-family: lucida;
				width: 1024px;
				height: 680px;
				margin:0 auto;
				
				
			}

            
			#background{
				
				width: 1024px;
				height: 680px;
				position:relative;
				
			}
			
			
			#background img{
				
				
				
			}
			
			#logo{
				
			
				margin-left: 625px;
				margin-top: -400px;
                float:left;
				position:relative;
				
			}
			
			#border{
				
				margin-top: -300px;
				margin-left:600px;
                float:left;
				position:relative;
			}
			
			#text1{
				
				position:relative;
				margin-top:-280px;
				margin-left:610px;
                
			}
			
			#user{
				
				height:40px;
				width: 220px;
				padding-left:10px;
				border:1px solid #cccccc; 
				-moz-box-shadow: inset 0 0 5px 5px #D9D9D9; 
                -webkit-box-shadow: inset 0 0 5px 5px#D9D9D9;
				box-shadow: inset 0 0 7px 2px #D9D9D9; 
				border-radius:4px 0px 0px 4px;
				-moz-border-radius: 4px 0px 0px 4px;
 				-webkit-border-radius: 4px 0px 0px 4px;
				color: #747575;
				font-family:lucida;
			}
			
			.usericon{
				
				position:relative;
				top:-42px;
				margin-left:802px;
			}
			
			
			#text2{
				
				position:relative;
				margin-top:-30px;
				margin-left:610px;
                                

			}
			
			#pass{
				
				height:40px;
				width: 220px;
				padding-left:10px;
				border:1px solid #cccccc; 
				-moz-box-shadow: inset 0 0 5px 5px #D9D9D9; 
                -webkit-box-shadow: inset 0 0 5px 5px#D9D9D9;
				box-shadow: inset 0 0 7px 2px #D9D9D9; 
				border-radius:4px 0px 0px 4px;
				-moz-border-radius: 4px 0px 0px 4px;
 				-webkit-border-radius: 4px 0px 0px 4px;
				color: #747575;
				font-family:lucida;
			}
			
			.passicon{
				
				position:relative;
				top:-42px;
				margin-left:802px;
			}
			
			#borderbottom{
				
				margin-top:10px;
				position:relative;
				margin-left:615px;
				top: -50px;
				
			}
			
			.check{
				
				position:relative;
				top:25px;
				
				
			}
			
			.rem{
				
				position:relative;
				top:22px;
				margin-left:5px;
				font-size: 13px;
				color: #747575;
			}
			
			.submit{
				
				
				text-indent:-9999px;
				position:absolute;
				float:left;
				top:15px;
				left:145px;
			}
			
			
			
			::-webkit-input-placeholder {
		   color: #747575;
		   font-family:lucida;
		}

		:-moz-placeholder { /* Firefox 18- */
			color: #747575;
			font-family:lucida;
		}

		::-moz-placeholder {  /* Firefox 19+ */
		   color: #747575;
		   font-family:lucida;
		}

		:-ms-input-placeholder {  
		   color: #747575;
		   font-family:lucida;
		}
		
		
			
