@charset "utf-8";
.content ul li{
	margin-bottom:5px;
}
#account,
#password{
	border:0;
	padding:5px;
	color:#333;
	border:solid 1px #ddd;
	width:300px;
}


#box {
	position:absolute;
	top:50%;
	left:50%;
	width:128px;
	height:140px;
	margin:-80px 0 0 -64px;
}
body > #box {
	height:auto;
	min-height:140px;
}
#box ul{
	margin-top:37px;
	list-style: none;
}
#box ul li.left{
	float:left;
}
#box ul li.right{
	float:right;
}
