﻿#showimage 
{
	border-right: gray 1px solid; 
	border-top: gray 1px solid; 
	visibility: hidden;
	border-left: gray 1px solid; 
	border-bottom: gray 1px solid; 
	position: absolute;
	z-index:101;
}

#dragbar 
{
	cursor: pointer; 
	background-color: #efefef; 
	font-weight: bold;
	margin-right: 1px;
}

#bottomBar
{
	background-color: #efefef; 
}

#closetext 
{
	font-weight: bold;
	margin-right: 1px;
	cursor: pointer;
}

.spanButton
{
	cursor: pointer;
	font-weight:bold;
}

#divBackground
{
	background-color:Gray;
	filter:alpha(opacity=80);
	opacity:0.8;
	position:absolute;
	left:0;
	top:0;
	z-index:100;
	visibility:hidden;
}