@charset "UTF-8";
/* CSS Document */

body {background:#ffffff;}

#loginbox {
	position: absolute;
	width: 640px;
	height: 360px;
	top: 50%;
	left: 50%;
	margin: -320px 0 0 -320px;
}