.dhtmlwindow{
position: absolute;
border: 1px solid #E6E8EB;
visibility: hidden;
background-color: white;
width:800px;
}

.drag-handle
{ /*CSS for Drag Handle*/
padding: 1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
background:url(../images/Divimages/div_bgimg.gif) repeat-x;
color: #ffffff;
cursor: move;
height:26px;
padding-top:5px;
position:absolute;
text-indent:5px;
text-align:left;
/*width:818px;*/
width:598px;
}
.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
right: 2px;
text-align:left;
top: 2px;
cursor: pointer;
margin-top:3px;
position:absolute;
float:right;
}
.drag-contentarea
{
	 /*CSS for Content Display Area div*/
color: black;
padding: 2px;
}

.drag-statusarea
{ /*CSS for Status Bar div (includes resizearea)*/
background:url(../images/Divimages/div_bgimg.gif) repeat-x;
height: 13px;
}

.drag-resizearea
{ /*CSS for Resize Area itself*/
float: right;
cursor:none;
font-size: 0;
}
.bottomlink,.bottomlink:link, .bottomlink:active, .bottomlink:visited, .bottomlink:hover
{	
	color: #065B8B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
.bottomlink:hover
{
	text-decoration: underline;
}
.all-contentarea
{
	border: 2px solid #34B5EC;
	width:100%;
}
