body {
	background-color:#E5E3E3;
}

#login-layer {
	position:absolute;
	width:310px;
}

#login-layer .header {
	width:100%;
	height:62px;
}

#login-layer .content {
	width:100%;
	padding:20px 0 10px 0;
	margin:0 auto;
	background-color:#FCFCFC;
}

#login-layer .footer {
	width:100%;
	height:30px;
}

#login-layer input[type=text], input[type=password] {
	 width:140px; 
	 height:20px; 
	 border:1px solid #CCC;
}