.CPPDebugBox_head {
	width: 100%;
	height: 26px;
  background-color: #AAAAAA;
}

.CPPDebugBox_open, .CPPDebugBox_closed {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10000;
	width: 400px;
}

.CPPDebugBox_open div {
  padding: 3px;
  height: 200px;
  overflow: scroll;
  background-color: #EFEFEF;
  border: 1px solid #AAAAAA;
  filter: alpha(opacity=90,finishopacity=90,style=0);
  opacity: .90;
  -moz-opacity: 0.90;
  z-index: 10000;
	position: relative;
}

.CPPDebugBox_closed div {
  display: none;
}

.CPPDebugBox_open h1, .CPPDebugBox_closed h1 {
  margin: 0px;
  padding: 3px;
  font-family: Arial, Verdana;
  color: #FFFFFF;
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  background-color: #AAAAAA;
  background-image: none;
}

.CPPDebugBox_open form, .CPPDebugBox_closed form {
  position: absolute;
  top: 2px;
  right: 2px;
}

.CPPDebugBox_open input, .CPPDebugBox_closed input {
  color: #FFFFFF;
  font-size: 10pt;
  border: 1px solid #111111;
  background-color: #111111;
}
