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

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

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

a {
    color: #195999;
    text-decoration: none;
    word-wrap: break-word;
}

a:hover {
	text-decoration: underline;
}

#headertext {
	margin-right:4px;
	margin-left:4px;
	height: 30px;
	font-size: 13px;
	color: #444;
	font-family: Arial, sans-serif;
	background: #FFF;	
}

#topper{
	background-color:#FFF;
    padding:0px;
    font-family: Arial, sans-serif;
    font-size:18px;
    color:#E01838;
    line-height:18px;}

#map_canvas{
	width:100%;
	position:absolute;
	top:70px;
	/*bottom needs to be 80px big for google logo*/
	bottom:80px;
	left:0;
	right:0;}

#models {
	font-size:1em;
}

#models label {
	cursor:pointer; 
}






