#txt {
width:305px;
padding-left:5px;
padding-top:0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#433A1D;
line-height:17px;
font-weight:normal;
border:0px solid #000000;
text-align:left;
}

.dhtmlwindow{
position: absolute;
border: 2px solid #808080;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px verdana;
background-image:url(../images/skybg.jpg);
/*background-color: #CA0000;
color:#433A1D;*/
color:#FFFFFF;
cursor: move;
overflow: hidden;
width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
/*background-color: white;*/
background-image:url(../images/laftnav_bg_map2.jpg);
background-repeat:repeat-y;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#433A1D;
color: black;
line-height:17px;
height: 150px;
padding: 2px;
overflow: auto;
}
/*.pop_up_page {
	background-repeat:repeat-y;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/bg_pop_up.jpg);
}
*/
.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}
/*
.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;
}*/