/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/


.PopBoxImageSmall {
	BORDER-RIGHT: white 0px; BORDER-TOP: white 0px; BORDER-LEFT: white 0px; CURSOR: url("magplus.cur"), pointer; BORDER-BOTTOM: white 0px
}
.PopBoxImageLarge {
	BORDER-RIGHT: #ccccff thin solid; BORDER-TOP: #ccccff thin solid; BORDER-LEFT: #ccccff thin solid; CURSOR: url("magminus.cur"), pointer; BORDER-BOTTOM: #ccccff thin solid
}
.PopBoxImageShrink {
	CURSOR: url("magminus.cur"), pointer
}
.PopBoxImageMove {
	BORDER-RIGHT: white 0px; BORDER-TOP: white 0px; BORDER-LEFT: white 0px; CURSOR: pointer; BORDER-BOTTOM: white 0px
}
.PopBoxImageLink {
	CURSOR: pointer
}

