#login_box{
	background:url(/images/popup/login_bg.png) left top no-repeat;
	width:273px;
	height:144px;
	position:absolute;
	left:600px;
	top:10px;
	z-index:1000;
}
#login_box_wrapper{
	width:273px;
	height:144px;
	position:absolute;
	left:600px;
	top:10px;
	z-index:1000;
}
#login_box_wrapper #close{
	display:block;
	margin-left:8px;
	margin-top:4px;
	width:22px;
	height:22px;
}
#login_box_wrapper ul.form{
	padding: 0px 0px 0px 20px;
}
#login_box_wrapper label{
	color:#666;
	font-size:12px;
}
#login_box_wrapper .text{
	background:url(/images/popup/input_bg.png) left top repeat-x;
	border:none;
	font-size:11px;
	padding:0px 5px;
	color:#aaa;
}