/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: default;
	position: static;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
	position: absolute;
	page-break-before: auto;
	page-break-after: auto;
	left: 313px;
	top: 709px;
	overflow: scroll;
	width: 290px;
	visibility: visible;
	z-index: auto;
	height: auto;
	right: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	white-space: normal;
	display: table;
	list-style-position: inside;
	background-image: url(Dpensions.jpg);
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}
