.dhtmlwindow{
/*position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: #f6f6f6;background: #333 url(../images/bg.gif) repeat;margin-top: 40px;*/
font-family: Arial, Helvetica, sans-serif;	
	color: #003479;	
}
/*
.drag-handle{ CSS for Drag Handle
padding: 5px;
font:normal 18px Arial;*/
/*background-color: #CA0000;
background-color:#f6f6f6;
color:#666;
cursor: move;
overflow: hidden;
width: auto;
}*/

/*.drag-handle .drag-controls{ CSS for controls (min, close etc) within Drag Handle
position: absolute;
right: 5px;
top: 7px;
cursor: hand;
cursor: pointer;
}*/

/*
.drag-contentarea{ CSS for Content Display Area div
border-top: 0px solid brown;
background-color: #f6f6f6;*/
/*color: black;
height: 150px;
padding: 5px;
overflow: auto;
}*/

.drag-statusarea
{
	/*CSS for Status Bar div (includes resizearea)*/
	border-top: 0px solid gray;
	background-color: #f6f6f6;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333; /*height of resize imagebackground-color: #F8F8F8;*/
}


.drag-resizearea
{
	/*CSS for Resize Area itself*/
	float: right;
	width: 13px; /*width of resize image*/
	height: 13px; /*height of resize image*/
	cursor: nw-resize;
	font-size: 0;
}

/* Bof Added on 16 Mar 10 for modal window */
/*.headerww{
	background:url('header-bg.gif') no-repeat; width:528px; height:65px;	
	padding:20px 20px 0 20px;
	margin:0 auto;}*/
.drag-handle
{
	color: #003476;
	font-size: 26px;
	line-height:28px;
	float:left;
	/* text-transform: capitalize;
	 overflow: hidden; 			 width: auto;*/
	position: relative;
	z-index: 200;
	background: url('header-bg.gif') no-repeat;
	width: 528px;
	height: 40px;
	padding: 24px 20px 0 20px;
	margin: 0 auto;
	color:#003479;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
}
.drag-handle .drag-controls
{
	float: right;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 23px;
	right: 12px;
}
.dhtmlwindow
{
	background: url('bottom-bg.gif') no-repeat 0 100%; 
	position: absolute;
	padding-bottom:20px;
	
	width: 568px;
}
/*.drag-contentarea{background:url('bottom-bg.gif') no-repeat;background-position:bottom;width:568px;height: 20px;}	
 Eof Added on 16 Mar 10 for modal window */
.drag-contentarea
{
	/*background: url('bottom-bg.gif') no-repeat ;
	background-position: bottom;*/
	width: 556px; /*height:360px;*/
	height: 360px;
	padding: 0px 6px 15px 6px;
	background: url('table-bg.gif') repeat-y 0 0;
	
	float:left;
	
}
#form1{ padding-top:16px;}
