

#showimage {
	position:absolute;
	visibility:hidden;
	border: 2px solid #7D7C7C;
	z-index: 1000000;
}

#dragbar {
	cursor: hand;
	cursor: pointer;
	background-color: #7D7C7C;
	/*NS6 style to overcome bug*/
}

#dragbar #closetext {
	font-weight: bold;
	margin-right: 1px;
	margin-bottom : 1px;
	color: #FFFFFF;
}

.divstyle{
display: none; cursor: hand; position: absolute; top: 0; left: 0; background-color: "#CFCFCF"; border: "1 solid"; border-top-color: "#EFEFEF"; border-left-color: "#EFEFEF"; border-right-color: "#505050"; border-bottom-color: "#505050"; font-size: 8pt; font-family: Arial;
}