.dhtmlwindow{
position: absolute;
border:0px;
visibility: hidden;
background-color: white;

}

.drag-handle{ /*CSS for Drag Handle*/
height:26px;
font: bold 14px Arial;
background-image:url(header.gif);
background-repeat:no-repeat;
color: white;
cursor: move;
overflow: hidden;
width: 800px;
}

.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: 0px solid blue;
border-bottom: 1px solid #2C51AE;
border-right: 1px solid #2C51AE;
border-left: 1px solid #2C51AE;
background-color: white;
color: black;
padding-right: 1px;
margin:0px;
overflow: auto;
height:484;
}

.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: 0px; /*width of resize image*/
height: 0px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

body {
	text-align: center;
	min-width: 484px;
}

#flashcontent{
	width:484;
	z-index:1;
	margin:0;
	padding-top: 10px;		
text-align:left;
}

