body {
    left: 0px;
    top: 0px;
    background-color: #FFFFFF;
}

.divDragTitle {
    position: absolute;
    height: 19px;
    background-color: #F0F0F0;
    padding:0px; margin:0px;
    border:1px #A0A0A0 solid;
	cursor: pointer;
    opacity:0.95;
}

.divDragTitle table {
    border-spacing:0px; width:100%;
}

.divDragTitle table tr td {
    padding:0px 0px 0px 6px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px; font-weight:bold;
	text-align: left;
    color:#000000;
}

.divDragContent {
	position: absolute;
	background-color: #FFFFFF;
	padding:0px;
	margin:0px;
	border:1px #A0A0A0 solid;
	display:block;
	opacity:0.95;
	background-image: url(FloatingWindows_loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.divTitleButton {
    border:0px;
	padding:3px 3px 0px 0px;
	text-align: center;
}