#content-map {  width: 800px;  height: 600px;  margin: auto;}#content-left {  min-width: 50%;  float: left;}#content-left *, #content-right * {  font-family: "Courier New", Courier, monospace;  text-align: left;}#content-left p, #content-right p {  height: 2em;  padding: 0;}#content-left p {  padding: 0 1em 0 0;  font-weight: bold;  text-align: right;}#content-right select, #content-right option, #content-right input {  color: lightgrey;  background-color: rgb(76,76,76);  font-size: large;}/* #content-right option[selected='selected'] { *//*  color: grey; *//*  background-color: lightgrey; *//* } */#content-right input[type='submit'] {  width: 8em;  margin: 0 1em 0 0;  float: left;  text-align: center;  font-weight: bold;}#content-right input[type='file'] {  text-align: left;}