
div.Xenomorph_InputAndPrompt{
  
  position: relative;
  top:  0;
  left: 0;
  
  width:  99%;
  height: auto;
  
  padding: 3px;
  background-color: #ffffff;
  
  z-index: 9;
}

div.Xenomorph_InputAndPrompt div.Xenomorph_InputAndPrompt_Background{
  background-color: #ffffff;
  color:            #999999;
  
  font-family: "Microsoft Sans Serif", "MS Sans Serif", "GILL SANS", Helvetica, Arial, sans-serif;
  
  margin: 0;
  padding: 0px;
  
  width: 95%;
  height: 16px;
  
  z-index: 10;
}

div.Xenomorph_InputAndPrompt div.Xenomorph_InputAndPrompt_Background *{
  z-index: 10;
}

div.Xenomorph_InputAndPrompt input{
  
  display: block;
  
  position: absolute;
  top:  0;
  left: 0;
  
  color: #000000;
  
  background-color: transparent;
  
  width: 95%;
  height: auto;
  
  margin:  0px;
  padding: 3px;
  
  font-family: "Microsoft Sans Serif", "MS Sans Serif", "GILL SANS", Helvetica, Arial, sans-serif;
  
  border: none;
  
  z-index: 11;
}


