html, body { 
  font-family: 'Dosis', Helvetica, sans-serif; 
  font-size: 14px; 
  line-height: 16px; 
  height:100%;
  margin:0; 
  padding:0;
}
A:link, A:visited { font-weight:bold; font-style:normal; }
A:active, A:hover { color: #0000dd; } 

div.bottom {
	background: rgba(255,255,255,0.85);
    position: fixed; 
    bottom: 0px;
    width: 100%;
    height: 30px;
    line-height: 25px;
	margin: auto;
	z-index:10;
    border: 0px solid #ffffff;
    align-content: center;
	text-align: center;
}
div.bottom A:link, div.bottom A:visited { 
	color:#000;
	font-weight:normal; 
	font-style:normal; 
	text-decoration: none;
}

div.pasted_html {
	margin: 0 20 0 20;
}

div.header {
	background: rgba(0,0,0,0.5);
    position: fixed; 
	z-index:10;
    top: 0px;
    width: 100%;
    height: 110px;
    line-height: 25px;
	margin: auto;
    border: 0px solid #ffffff;
    align-content: center;
	text-align: center;
}
div.header A:link, A:visited { 
	color:#000;
	font-weight:normal; 
	font-style:normal; 
	text-decoration: none;
}

table.logintable {
	font-size: 10px;
	height:110px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	border: 0px solid black;
}
td {
	padding:0px 0px 0px 6px;
	vertical-align: middle;
	color: #ffffff;
	font-size: 14px; 
	line-height: 16px; 
	height:22px;
}

.loginbutton {
    background-color: #5555FF;
    border: none;
    color: white;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 0px 0px;
    cursor: pointer;
    border-radius: 1px;
}
.signupbutton {
    background-color: #3333AA;
    border: none;
    color: white;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 0px 10px;
    cursor: pointer;
    border-radius: 1px;
}
.loginbutton:hover, .signupbutton:hover {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.24);
}
input {
    width: 100%;
    padding: 8px 10px;
    margin: 0px 0;
    box-sizing: border-box;
}
.hdrL {
}
.hdrB {
	font-size: 13px;
}
.hdrB:link, .hdrB:visited, .hdrB:active, .hdrB:hover { color: #cccccc; }

#errorPanel {
	margin: 110px auto;
    position: fixed; 
	z-index:10;
    top: 0px;
	width: 100%;
	height: 30px;
	background: rgba(205,0,0,0.85);
	color: white;
}

div.main_photo {
	background-color: #ffffff;
    position: fixed; 
	z-index:-1;
    top: 0px;
	margin: 0px;
    align-content: center;
}

table.errortable {
	font-size: 10px;
	height: 30px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	border: 0px solid black;
}

.bulletPoints {
	position: fixed;
	top: 110px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 125px;
	width: 100%;
	background-color: rgba(0,0,0,0.25);
	color: #ffffff;
	font-size: 40px;
	line-height: 60px;
}

.cityselectoverlay {
    width:600px;
    height:480px;
    background: rgba(255,255,255,1.0);
	padding: 20px;
    position:fixed;
    top:50%;
    left:50%;
	font-size:20px;
    margin-top:-240px; /* negative half the size of height */
    margin-left:-300px; /* negative half the size of width */
    border-radius: 10px;
}
.signupoverlay {
    width:600px;
    height:480px;
    background: #ffffff;
	padding: 10px;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-240px; /* negative half the size of height */
    margin-left:-300px; /* negative half the size of width */
    border-radius: 10px;
}
.semitransparentbackground {
	position:absolute;
	width: 100%;
	height: 100%;
	z-index: 20;
	background-color: rgba(155,155,155,0.85);
}
.cancelbutton {
	position:absolute;
	top:10px;
	right:10px;
}

.cancelsignupbutton { text-decoration: none; color: #555555; font-size: 26px; }
#createaccountbutton { text-decoration: none; color: #0000dd; font-size: 26px; }

.trG {
	height: 40px;
}

.tdG {
	color: #555555;
	font-size: 20px;
	text-align: right; 
    vertical-align: middle;
}

.tdF {
	color: #555555;
	font-size: 14px;
	text-align: center; 
    vertical-align: middle;
}

.signupinput {
	font-size: 16px;
}

.cityRec {
	line-height: 30px;
}
.cityRec:link, .cityRec:visited, .cityRec:hover, .cityRec:active {
	color: #0000dd;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
}

div.bottomLarge {
	background: rgba(255,255,255,0.85);
    position: fixed; 
    bottom: 0px;
    width: 100%;
    height: 140px;
    line-height: 20px;
	margin: auto;
    border: 0px solid #ffffff;
    align-content: center;
	text-align: center;
}
div.bottomLarge A:link, A:visited { 
	color:#000;
	font-weight:normal; 
	font-style:normal; 
	text-decoration: none;
}


div.pasted_html {
	margin: 0 20 0 20;
}

.center {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 620px;
  border: 0px solid white;
  text-align: center;
}

.topcenter {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  width: 80%;
  text-align: center;
}

#xTitle {
  font-size: 26px; 
}
#xTitle2 {
  padding-left: 100px;
  padding-right: 100px;
}
