html, body, #map-canvas
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#alert-top
{
  	top: 60px;
}

#alert-bottom
{
  	bottom: 15px;
  	right: 5px;
  	font-size: small;
}

.alert-overlay
{
	width: 100%;
	height: 40px;
	position: absolute;   
	margin-left: auto;
	margin-right: auto;
}

#alert-box-top, #alert-box-bottom
{
  	width: 180px;
  	padding: 8px 5px 5px 5px;
  	margin-left: auto;
  	margin-right: auto;
  	background-color: #fffffe;
  	border: 1px solid grey;
  	border-radius: 5px;
  	text-align: center;
  	font-family: sans-serif;
  	box-shadow: 1px 1px 1px #777777;
}

#alert-box-bottom
{
	height: 20px;
}

#alert-box p
{
	display: block;
	padding-top: 10px;
}

#refreshButton
{
	position: absolute;
	bottom: 20px;
	right: 5px;
	width: 50px;
	height: 50px;
	background-color: #fffffe;
  	border: 1px solid grey;
  	border-radius: 5px;
  	box-shadow: 1px 1px 1px #777777;
}

#refreshButton img
{
	padding: 5px;
	width: 40px;
	height: 40px;
}

a, img
{
	border: none;
}