
.registerpop{
  position:fixed;
	top: 50%;
	left: 50%;
	width: 5%;
	height: 5%;
	z-index: 102;
    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;

	
}
.registerheader{
	width:100%;
	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;
	min-width:400px;
	font-family: "adobe garamond pro", "baskerville old face", "Garamond", "Baskerville", "serif", "times new roman";
	position:absolute;
}
.registerwrapper{

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

.registercontent {
	font-size:16px;
	font-family: "adobe garamond pro", "baskerville old face", "Garamond", "Baskerville", "serif", "times new roman";
	margin:auto;
	min-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;
	


	 
}
.registertext{
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}
.registerfooter{
	padding:10px;
	margin:auto;

}
.registering{
	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;
	
		border-style:solid;
	border-width:thin;

		margin-right:10px;
}
.registering:hover{
	cursor:pointer;
	background-image:url(backgroundtile.png);
}

.bottomregister {
	position:absolute; 
	width:400px;
	bottom:0;
	text-align:center;

}
.registerboxes{
	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;

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

}
.centerregister{
	margin:auto;
	width:380px;
	overflow-x:none;
	overflow-y:auto;
	height:300px;
}
