.information_window {
  display: none;
}

.information_window .buttons input[type="button"] { 
  border: 1px solid #F0B544;
  padding: 0px 23px;
  margin-left: 5px;
}

.information_window_shadow {
  box-shadow: 0px 0px 40px 1px rgba(119, 119, 119, 0.75); 
  -moz-box-shadow: 0px 0px 40px 1px rgba(119, 119, 119, 0.75); 
  -webkit-box-shadow: 0px 0px 40px 1px rgba(119, 119, 119, 0.75);
}

.information_window .buttons {
  margin: 10px 10px 10px 5px;
}

.information_window .content {
  padding: 10px;
}

.information_window .caption {
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
}

.information_window .caption .close {
  background-color: #DDDDDD;
  float: right;
  padding: 5px 10px;
  margin: -5px -5px 0px 0px;
  color: #FFF;
  cursor: pointer;
}

.information_window .caption .close:hover {
  background-color: #E6E6E6;
}