
	html, body {
	margin: 0 auto;
	color: #444;
	background: #fff;
	font: 16pt Arial,Helvetica,sans-serif;
	}
	#container {
	position: fixed;
	width: 500px;
  	margin: 5% auto;
	left: 33%;
	background: #064347;
	border-radius: 3px;
	border: 2px solid #88ac2e;
	}
	#container img {
  	max-width: 400px;
	}
	.info {
	font-size: 20px;
	font-weight: bold;
	color:#88ac2e;
	padding-left: 20px;
	padding-top: 20px;
	line-height: 23px;
	text-align: center;
	}
	.note {
	font-size: 14px;
	color: #f0f0f0;
	line-height: 14px;
	float: left;
	margin: 20px;
	text-align: center;
	}
	.note a {
	color: #88ac2e;
	}
	label {
	color: #fff;
	display: inline-block;
	margin-left: 18px;
	padding-top: 10px;
	font-size: 16px;
	}
	input {
	font-size: 14px;
	outline: none;
	}
	input[type=text], input[type=password] {
	color: #777;
	padding-left: 10px;
	margin: 10px;
	margin-top: 14px;
	margin-left: 18px;
	width: 300px;
	height: 35px;
	}
	input[type=text]:focus, input[type=password]:focus {
	border: 1px solid #a8c9e4;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
	}
	input[type=submit] {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	width: 80px;
	height: 30px;
	font-size: 14px;
	width: 80px;
	height: 30px;
	left: 50%;}
