/***** jtDialogBox - BEGIN REQUIRED *********************************/
DIV.jtDialogBox {
  position: absolute;
  display: none;
  }
DIV.jtDialogBox .tbLeft {
  background: url(dialogTL.gif) no-repeat left top;
  width: 10px;
  }
DIV.jtDialogBox .tbRight {
  background: url(dialogTR.gif) no-repeat right top;
  width: 16px;
  padding: 08px 4px 3px 0px;
  vertical-align: bottom;
  }
DIV.jtDialogBox .Title {
  background: url(dialogTM.gif) top;
  background-color: #a9a9a9;
	font-family:				verdana;
	font-size:				11px;
	color:					#FFFFFF;
  font-weight: bold;
  white-space: nowrap;
  
  padding: 4px 0px 2px 0px;
  cursor:move;
  }

.jtDialogBoxVeil {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  cursor: not-allowed;
  filter:alpha(opacity=5);
  -moz-opacity:0.05;
  opacity: 0.05;
  }
/***** jtDialogBox - END REQUIRED *********************************/


/***** jtDialogBox - BEGIN SUGGESTED *********************************/
DIV.jtDialogBox {
  border-top   : 1px solid #32404A;
  border-right : 1px solid #32404A;
  border-bottom: 1px solid #32404A;
  border-left  : 1px solid #32404A;
  }
DIV.jtDialogBox .MainPanel {
  background-color: #FFFFFF;
  }
DIV.jtDialogBox .MainPanel .ContentArea {
  margin: 16px;
  font-size: 9pt;
  }
/***** jtDialogBox - END SUGGESTED *********************************/

.css_amountToBill
{
	width:			200px;
	background:		#e9e9e9;
}

.pgView 
{
	width: 640px;
	height: 400px;
	overflow: auto;
	padding:16px;
}