.restore_info {
  background: white;
  margin-left: 9px;
  margin-top: 0.8em;
  margin-bottom:0.5em;
  padding: 0.5em;
  font-size: 95%;
  color: #444;
  width: 9.5em;

	-webkit-box-shadow: 0 2px 3px rgba(0,0,0, .7);   
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);	    
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);

  -moz-border-radius:1px;
  -webkit-border-radius:1px;
  -opera-border-radius:1px;
  -khtml-border-radius:1px;
  border-radius:1px;
}

#restore_image {
  position: relative;
  left: -4px;
  width: 6.5em;
}

.address {
/*  text-shadow: #111 -1px -1px 0px;*/
  margin-top: 0.5em;
  display:block;
}

.telephone {
  display:block;
  margin-top: 0.2em;
}

.TopNorm {
  font-size: 95%;

}
