/* $Id: popbox.css,v 1.1.1.1 2008/06/21 12:29:26 ohwada Exp $ */

/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/
/*url("popbox/magplus.cur"), */
.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: pointer;
}
/*url("popbox/magminus.cur"),  */
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: pointer;
}
/*url("popbox/magminus.cur"), */
.PopBoxImageShrink
{
	cursor: pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}

