#contact-div {
	top:4%;
	position:fixed;
	display:none;
	z-index: 998;
	background-color:rgba(100, 100, 100, 0.65);
}

#contact {
  background-color:rgba(255, 255, 255, 1);
  display:none;
  height: 92%;
  width: 92%;
  padding-left:4%;
  padding-top:2%;
  z-index: 999;
}

#dialog {
  height:200px;
  width:400px;
  top:10%;
  margin:auto;
  z-index:1000;
  display:none;  
}

#feedback { 
  height: 104px; 
  width: 113px; 
  position: absolute; 
  top: -200px; 
  left: -200px;
  z-index: 999;
  opacity:0.75;
}

#feedback a { 
  display: block; 
  background: #06c; 
  height: 32px; 
  width: 110px; 
  padding: 4px 8px;
  color: #fff; 
  font-family: Arial, sans-serif; 
  font-size: 17px; 
  font-weight: bold; 
  text-decoration: none; 
  border-bottom: solid 1px #333;
  border-left: solid 1px #333;
}

#feedback a:hover { 
  background: #060; 
}