#registration {
	text-align: left;
}

.field-error {
	border: 2px solid red !important;
}

#suggestions-location {
	display: none;
	z-index: 1;
}

.suggestionsLocationBox {
	position: absolute;
	left: 0px;
	top: 40px;
	width: 300px;
	height: 175px;
	overflow: auto;
	border-top: 2px solid #F98C2F;
}

#topheader-links {

}

#topheader-links a:link, #topheader-links a:visited, #topheader-links a:active {
	text-decoration: underline;
}
#topheader-links a:hover {
	color: #ffcc00;
}

#login-submit-btn {
	cursor: pointer;
}

#register-submit-btn {
	cursor: pointer;
}

#forgot-password-btn {
	font-size: 10px;
}
