@charset "utf-8";
/* CSS Document */
body {
	font: 75% Verdana, Geneva, sans-serif;
	color: #000;
	background: #3a4b59;
}
#container {
	background-color: #fff;
	margin: 20px auto;
	width:98%;
	max-width: 960px;
	border:#D4D5D7 solid 2px;
}
header {
	height:139px;
	background: url(../img/Dzong.jpg) no-repeat;
	border-bottom:10px solid #3a4b59;
}
h1 {
	text-align:center;
	font-size:1.7em;
	line-height:1.2;
	margin:0;
	padding-bottom:20px;
}
#content {
	margin:0 auto;	
	width:80%;
}
.usernameAlert h2 {
	text-align: center;
}
.usernameAlert p {
	text-align: left;
}
form {
	max-width:350px;
	font-size:1.1em;
	line-height:1.5em;
	margin: 30px auto;
	padding:1px;
}
fieldset {
	padding: 0 20px 20px 20px;
	margin: 0;
}
legend {
	font-size:1.3em;
	font-weight:bold;
	padding: 0 5px;
}
label {
	display:block;
	margin: 20px 0 0px 0;
	font-weight: bold;
}

input {
	width:98%;
}
input[type="submit"] {
	width:auto;
	display:block;
	margin: 15px auto 0 auto;
	padding:10px 20px;
	font-size:1.5em;
	font-weight:bold;
	background-color:#3a4b59;
	color:#fff;
	cursor: pointer;           
 	border-radius: 8px;
}
a {
	font-weight:bold;
	color:#903;
}
	div.reminder {
		text-align: center;
		padding-top:20px;
	}
	p.formNote {
		padding:20px 0 0 0;
		margin:0;
	}
	.registerLink{
	text-align:center;
}
.registerLink a{
	display: inline-block;
	width:auto;
	padding:10px 20px;
	font-size:1.5em;
	font-weight:bold;
	background-color:#3a4b59;
	color:#fff;
	cursor: pointer;           
 	border-radius: 8px;
	text-decoration:none;
}
	#copyright {
	width:100%;
	box-sizing:border-box;
	background-color:#3a4b59;
	color:#D4D5D7;
	text-align:center;
	border:#3a4b59 solid 1px;
}
#copyright p {
	margin:5px;
}
table {
	width:auto;
	margin:0 auto;
}
