

#map-container {
width:300px;
height:300px;
margin-left:auto;
margin-right:auto;
margin-top:10%;
}

.page
{
background-color: #fff;
}

input, textarea, select {
  background-color : #e5e3df;
  color : #656565;
  border : 2px solid #656565;
}


.map
{
  position: fixed;
  width: 5px;
  height: 300px;
  top:0px;
  display:inline;
  float:left;
}

.form
{
width:295px;
height:40px;
margin-left:auto;
margin-right:auto;
margin-top:350px;
text-align:center;
position:fixed;
}

#form1
{

}