#loginContainer {
	padding: 20px;
	height: 80%;
	width: 95%;
	vertical-align: middle;
	width: 790px;
}

#loginFormContainer{
	/*background-image: url("/images/door.png");
	background-repeat: no-repeat;
	background-position: 150px;*/
	height: 365px;
	height: 421px;
	width: 260px;
	padding-right: 50px;
	margin-left: 0px;
	background: #bff7c1;
	border: solid 1px #6edd73;
}

div.releaseNotice {
	background: #e2f1fb;
	border: solid 1px #a9d3f0;
	margin: 20px;
	padding: 3px;
	position: absolute;
	top: 110px;
	left: 350px;
	width: 310px;
	height: 415px;
}

div.releaseNoticeQ {
	color: #134a71;
		font-size: 10pt;
	font-weight: bold;
	padding: 3px;
}

div.releaseNoticeA {
	color: #134a71;
	font-size: 8pt;
	font-weight: normal;
	padding: 3px;
}

form.LoginForm {
	margin-top: 95px;
}

#invitationContainer {
	float: left;
	background: white;
	border: solid 1px black;
	margin-left: 20px;
}

.inputContainer {
	margin-top: 3px;
}

div.LoginLabel {
	font: bold;
	font-size: 15pt;
	font-weight: bold;
	font-family: sans-serif;
	color: #134a71;
	
	text-align: right;
	vertical-align: middle;
	
	height: 25px;
	
	padding-top: 5px;
}

input.LoginInput {
	color: #134a71;
	background: #e2f1fb;
	
	border: 3px;
	border-color: #134a71;
	border-style: ridge;
	
	font: bold;
	font-size: 12pt;
	font-weight: bold;
	font-family: sans-serif;

	padding: 2px;
}

#loginButton {
	color: #134a71;
	background: #a9d3f0;
	
	border: 3px;
	border-color: #134a71;
	border-style: solid;
	
	font: bold;
	font-size: 15pt;
	font-weight: bold;
	font-family: sans-serif;
	text-align: center;
	
	padding: 3px;
	margin: 10px;
}

div.AddUserBox {
	margin-top: 5px;	
}

label.AddUserLabel {
	position: relative;
	left: 30%;

	font: bold;
	font-size: 12pt;
	font-weight: bold;
	font-family: sans-serif;
	color: #134a71;
}

input.AddUserField {
	color: #134a71;
	background: #e2f1fb;
	
	border: 3px;
	border-color: #134a71;
	border-style: ridge;
	
	font: bold;
	font-size: 10pt;
	font-family: sans-serif;

	padding: 2px;
	margin-bottom: 5px; 
}

.centered {
	position: relative;
	left: 30%;
	margin-bottom: 5px;
}

#addUserSubmit {
	margin-top: 20px;
	position: relative;
	left: 30%;	
}

#welcomeMessage {
	margin: 10px;
	width: 20em;
	font-size: 9pt;	
	
	line-height: 20px;
	text-align: justify;
	letter-spacing: 0px;
}
