
.loginpop{
  position:fixed;
	top: 50%;
	left: 50%;
	width: 5%;
	height: 5%;
	z-index: 101;
    display:none;
	font-family: "adobe garamond pro", "baskerville old face", "Garamond", "Baskerville", "serif", "times new roman";
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	
}
.errorresult {
	position:absolute;

}
.loginheader{
	width:100%;
	min-width:400px;
	height:50px;
	background-image:url(lightbackgroundtile.png);
	font-size:45px;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
	text-align:center;
	top:0;
	font-family: "adobe garamond pro", "baskerville old face", "Garamond", "Baskerville", "serif", "times new roman";
	position:absolute;
}
.loginwrapper{

	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	height:100%;
	position:absolute;
	width:100%;
	z-index:-999;
	
}

.logincontent {
	font-size:16px;
	font-family: "adobe garamond pro", "baskerville old face", "Garamond", "Baskerville", "serif", "times new roman";
	margin:auto;
	width: 400px;
	height:100%;
	overflow:scroll;
	overflow:auto;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	background-color:#04333c;
	margin-bottom:50px;
	text-align:left;


	 
}

.loginfooter{
	padding:10px;
	margin:auto;

}
.loginbutton{
	background-image:url(lightbackgroundtile.png);
	color:#d9b74a;
	width:100px;
	font-family: "adobe garamond pro", "baskerville old face", "Garamond", "Baskerville", "serif", "times new roman";
	font-size:24px;
	height:36px;
	border-color:#d9b74a;
	margin-bottom:5%;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	float:right;
		border-style:solid;
	border-width:thin;

		margin-right:10px;
}
.loginbutton:hover{
	cursor:pointer;
	background-image:url(backgroundtile.png);
}
.register{
	background-image:url(lightbackgroundtile.png);
	color:#d9b74a;
	width:100px;
	font-family: "adobe garamond pro", "baskerville old face", "Garamond", "Baskerville", "serif", "times new roman";
	font-size:24px;
	height:30px;
	border-color:#d9b74a;
	border-style:solid;
	border-width:thin;
	text-align:center;
	padding-top:5px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	float:left;
	margin-left:10px;

}
.register:hover{
	cursor:pointer;
	background-image:url(backgroundtile.png);
}
.bottomlogin {
	position:absolute; 
	width:400px;
	bottom:0;
	text-align:center;

}
.loginboxes{
	width:300px;
	height:25px;
	background-color:white;
	color:#666;
	font-size:16px;
	margin-bottom:5px;
	font-family: "adobe garamond pro", "baskerville old face", "Garamond", "Baskerville", "serif", "times new roman";
}

a.noclicks{
	font-family: "adobe garamond pro", "baskerville old face", "Garamond", "Baskerville", "serif", "times new roman";
	font-size:24px;

}
.centerlogin{
	margin:auto;
	width:300px;
}
.forgotpass{
	color:#d9b74a;
	cursor:pointer;
}
