@charset "UTF-8";
/* CSS Document */
body {
	background:rgb(39,38,50);
	height:100%;
	width:100%;
}

#login {
	position:fixed;
	top:50%;
	left:50%;
	width:30em;
	min-height: 18em;
	margin-top:-9em;
	margin-left:-15em;
	border:1px solid #ccc;
	border-radius:3px;
	background-color:RGB(252,252,252);
}

.Login_Header {
	width:100%;
	text-align:center;
	padding-top:40px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:25px;
}

div.Load {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background:#FEFEFE;
	z-index:1;
}

div.Load img {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-100px;
	margin-top:-100px;
	}
	
div.Login_Frame {
	width: 315px;
	margin-left:70px;
	margin-bottom: 1.5em;
}

input.inputfield, button.inputfield {
	width: 100%;
	padding:1em;
	border: 3px, rgb(202,202,202), solid;
	color:rgb(202,202,202);
	margin-top:1.5em;
}

input.btn, button.btn { 
	background:rgb(131,178,227);
	border: 0px;
	color:RGB(252,252,252);
	font-size:14px;
	width:109%;
}

p.attention {
	color:#FF0004; 
	text-align: center;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

div.paperlist {
	display: block;
	width: 500px;
	background-color: white;
	padding: 20px;
}

form.checkpage {
	width: 500px;
}
