a {
   text-decoration:none;
}

a:link {
   color: #0000FF;
}

a:visited {
   color: #00FF00; 
}

a:hover {
   text-decoration: underline;
}

div.markerTooltip {
    text-align:  center;
    white-space: nowrap;
    margin:      0;
    padding:     2px 0.5ex;
    border:      1px solid #555;
    font-weight: bold;
    background:  #fff;
}

.section{
	 border: 5px solid orange;
	 display: block;
}

body{
	 background-color: #A0A0A0;
	 color: #000000;
}

#map{
	 margin: 0px;
	 border: 2px solid orange;
}

.button{
   padding:0 .25em 0 .25em;
   width:auto;
   overflow:visible;
}

div.tutorialBox{
	position: absolute;
	display: inline;
	top: 200px;
	left: 10px;
	background-color: orange;
	width: 300px;
	height: 150px;
	padding: 0;
	border: 0;
	margin: 0;
}

.errorEmail
{
	color: red;
	visibility: hidden;	
}