#map_container {
	width: 780px;
}

#map {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #333;
	border: 2px solid #333;
	font-family: Arial, Helvetica, sans-serif;
}
#map h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	
	margin: 0;
	padding: 5px 10px;
	
	background: #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	
	font-weight: normal;
	font-size: 28px;
}
#map p {
	position: absolute;
	top: 55px;
	margin: 0 0 0 10px;
	font-size: 12px;
}
#cities {
	padding: 0;
	margin: 0;
}
#cities li {
	padding: 0 3px;
	margin: 0;
	
	font-size: 13px;
	font-family: Arial;
	position: absolute;
	
	list-style-type: none;
	list-style-position: outside;
	
}
#cities a {
	text-decoration: none;
}
#cities a:hover {
}
#cities .signups {
	font-size: 11px;
}

#map #view {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
	padding: 5px;
	background: #fff;
	border: 1px solid #333;
}	
#map #view a {
	text-decoration: none;
}


.placename {
}
.tooltip_on {
	position: absolute;

	width: 200px;
	margin-top: 2px;

	background: #fff;
	border: 1px solid #333;
	font-weight: normal;
}
#map .tooltip_on p {
	position: relative;
	top: 0;
	margin: 5px;
	font-size: 12px;
}
.tooltip_off {
	display: none;
}

#map_credit, #map_credit a {
	color: #333;
}
#map_credit {
	position: absolute;
	bottom: 3px;
	left: 3px;
	font-family: Arial, sans-serif;
	font-size: 10px;
}
#map_credit a {
	text-decoration: none;
}
#map_credit a:hover {
	text-decoration: underline;
}

/* SIGNUP FORM */

/* Vertical */

#signup_form {
	width: 155px;
	border: 1px solid #333;
	border-left: 0px solid #333;
	background: #f5f5f5;
	margin: 12px 0 0;
	padding: 46px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	position: relative;
	float: right;
/*	position: absolute;
	left: 640px; */
}
#signup_form h2 {
	position: absolute;
	top: 0px;
	left: 0px;
	
	margin: 0;
	padding: 5px 7px;
	
	background: #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	
	font-weight: normal;
	font-size: 20px;
}
#signup_form p {
	margin: 2px 7px 6px;
	position: relative;
}
.signup_field_fullwidth {
	width: 136px;
}
#signup_submit_p {
	text-align: right;
}

#counter {
clear: right;
	width: 155px;
	border: 1px solid #333;
	border-left: 0px solid #333;
	background: #f5f5f5;
	margin: 12px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	position: relative;
	float: right;
}
#counter p {
	margin: 6px 7px 6px;
}

#signup_error {
	border: 1px solid #f00;
	color: #f00;
	margin-bottom: 10px;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
#signup_error p {
	margin: 4px;
}

#signup_confirm {
	border: 1px solid #0c0;
	color: #0c0;
	margin-bottom: 10px;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
#signup_confirm p {
	margin: 4px;
}