.humanized_msg{
  position: absolute; 
  left: 25%; 
  width: 50%;
  color: white; 
  text-align: center;
  opacity: .9;
  filter:alpha(opacity=90);
  z-index: 99;
  background-color: #86A6CD;
}

.humanized_msg .round{
  border-left: solid 2px white; 
  border-right: solid 2px white;
  font-size: 1px;
  line-height: 1px;
  height: 2px;
}

.humanized_msg p{
  padding: 20px; 
  display: block;
  font-size: 28pt; 
  line-height: 36pt;
}



.context_menu {
  position: absolute; 
  color: white; 
  text-align: left;8
  z-index: 99;
  background-color: #86A6CD;
  width: 400px;
}

.context_menu .round {
  border-left: solid 2px white; 
  border-right: solid 2px white;
  font-size: 1px;
  line-height: 1px;
  height: 2px;
}

.context_menu a {
  margin: 0;
  padding: 14px; 
  display: block;
  font-size: 14pt;
  line-height: 14pt;
  color: white;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  background: transparent;  
}

.context_menu a:hover {
  background: #C9DAEE;
}

.context_menu a:active {
  color: white;
}

.context_menu a:visited {
  color: white;
}

