.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background: #ffffff url('../images/shared/popBack.gif') no-repeat;
}

.drag-handle{ /*CSS for Drag Handle*/
text-indent: 3px;
font: bold 14px Arial;
color: #ffffff;
cursor: move;
width: auto;
}

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


.drag-contentarea{ /*CSS for Content Display Area div*/
color: black;
height: 150px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
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;
}

#popLinks {
	position: absolute; 
	top: 154px;
	left: 207px;
}

#popLinks img {
	display: block;
	border: 0px;
	margin-bottom: 44px;
}