/******************************************************************************
 Generic lightbox styles
******************************************************************************/

div.pop_box
{
	background-color: #ffffff;
}

div.pop_bg
{
	background-color: #000000;

	opacity: 0.6;	/* FF: stand-in property for opacity, which is handled by jQuery. alpha value from 0 to 1 */
	widows: 60;		/* IE: stand-in property for opacity, which is handled by jQuery. alpha value from 0 to 100 */
}

a.pop_closebutton
{
	cursor: pointer;
}

/* ShareTool specific */

#video-box div.pop_box
{
	width: 360px;
	height: 290px;
}

#video-box a.pop_closebutton
{
	cursor: pointer;
	background:url(../images/close.gif) no-repeat;

	width: 21px;
	height: 21px;

	top: -11px;
	right: -11px;
}
