	
	@charset "utf-8";

	body, html {
		margin:0;
		padding:0;		
		height:100%;
		font-family:Arial, Helvetica, sans-serif;
		background-color: #F3F6FC;
	}

	#horizon {
		position: absolute;
		top: 50%;
		left: 0px;
		width: 100%;
	}

	#loginBox {
		border: 5px solid white;
		padding: 10px;
		background-color: #C2D4F9;
		color: #223F81;
		text-align: center;
		margin-left: -150px;
		position: absolute;
		top: -85px;
		left: 50%;
		width: 300px;
		height: 154px;
	}
	
	#loginBox .topic {
		font-weight: bold;
		font-size: 20px;
	}
	
	#loginBox table th {
		text-align: left;
		width: 50px;
	}

