.page
{
background-color: #e5e3df;

}

input, textarea, select {
  background-color : #e5e3df;
  color : #1f1d5e;
  border : 3px solid #1f1d5e;
}

.map
{
  position: absolute;
}

#map1 { top:0; left:256px; height: 1536px; width: 12px; }
#map2 { top:0; left:512px; height: 1536px; width: 12px; }
#map3 { top:0; left:768px; height: 1536px; width: 12px; }
#map4 { top:0; left:1024px; height: 1536px; width: 12px; }
#map5 { top:0; left:1280px; height: 1536px; width: 12px; }

#map6 { top:256px; left:0px; height: 12px; width: 1536px; }
#map7 { top:512px; left:0px; height: 12px; width: 1536px; }
#map8 { top:768px; left:0px; height: 12px; width: 1536px; }
#map9 { top:1024px; left:0px; height: 12px; width: 1536px; }
#map10 { top:1280px; left:0px; height: 12px; width: 1536px; }


.form
{
  position: absolute;
}

#form1
{  
  top:210px;
  left:295px;
}