html, body {
    width: 100%;
    height: 100%
    }

body {
    margin: 0px;
	padding: 0px;
    }

.input {
    background: #fff;
	height: 14px;
	color: gray;
}
.button {
    background: #fff;
	cursor:pointer;
}

#headertext {
	margin:4px 4px;
	height: 0px;
	font-size: 1em;
	background: #FFF;	
}

#expand {
	color: #1959A6;
	cursor:pointer;
	font-size:.9em;
	border-top-width: thin;
	border-top-style: solid; 
	border-top-color: #CC9900;
}

#expand:hover {
	text-decoration: underline;
}

#embed {
	color: #1959A6;
	cursor:pointer; 
	font-family: Arial, sans-serif;
	margin-left: 26px;
	margin-top: 5px;
}

#embed:hover {
	text-decoration: underline;
}

.linkout {
	font-family: Arial, sans-serif;
	margin-left: 26px;
}

#map_canvas {
    width: 100%;
    height: 92%;
    }




