/** This is css for the popup, like the ones that exist on the geo pages */

.fake.ie6.sucks {
	display:none;
}

.fake.ie6.double.sucks,
.fake.ie6.tripple.sucks {
	display:none;
}

.popup {
	display: none;
}
.popup_content {
	max-height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.topright_link {
	margin: 5px 0
}
.topright_link, .popup_link {
	display: block;
	cursor: pointer;
}
.content_close {
	cursor: pointer;
}
.alert {
	padding: 6px;
	background-color: #fafafa;
	border: solid 2px #29619e;
	color: #333;
}
.fright {
	float:right;
}

.alert ol {
  list-style: none;
}

.alert li {
  float: left;
  text-align: left;
}