.window {
  background-color: #000;
  margin: 0px;
  padding: 1;
  position: absolute;
  text-align: left;
  visibility: hidden;
}

.titleBar {
  cursor: default;
  color: #000;
  font-family: "Verdana";
  font-size: 8pt;
  font-weight: bold;
  margin: 0px;
  padding: 2px 2px 2px .5em;
  text-align: right;
  white-space: nowrap;
}

.titleBarText {
  float: left;
  overflow: hidden;
  text-align: left;
}

.titleBarButtons {
  border-style: none;
  padding-right: 2;
  border-width: 0px;
  vertical-align: middle;
  width: 50px;
  height: 14px;
}

.clientArea {
  background: #eee;
  /*background: url(../images/window_bg.gif);*/	
  color: #000000;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 10pt;
  margin: 2px 0px 0px 0px;
  overflow: auto;
  padding: .5em;
}
#displayV, #displayR {
	background: url(../images/calc_bg.gif) no-repeat;
	width: 260;
	height: 65;
	font-family: ms sans serif,arial;
	font-size: 7pt;
	color: #fff;
	padding-left: 30;
	padding-top: 10;
	padding-bottom: 5;
	text-align: left;	
	border: none;	
	overflow:auto;
}
.formField {
	background: url(../images/form_bg.gif); 
	border: 1px solid #666666; 
	padding: 1;
}
