@charset "utf-8";

#visibleitem .content {
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #999999;
	padding: 7px;
}

.edgeshadow {
	filter:alpha(opacity=19);
	size: 100%;   				/* Internet Explorer       */
	-moz-opacity:0.19;          /* Mozilla 1.6 and below   */
	opacity: 0.19;              /* newer Mozilla and CSS-3 */
	background-color: #000000;
}

/* CSS Document */
/* transparent holder */
#transparentholder {
	z-index: 1005;  				/* the background          */
	filter:alpha(opacity=32);
	size: 100%;   				/* Internet Explorer       */
	-moz-opacity:0.32;          /* Mozilla 1.6 and below   */
	opacity: 0.32;
	width: 100%;
	background-color: #000000;
	left: 0%;
	position: fixed;
	_position: absolute;
	display: block;
	height: 1425px;
	margin: 0px;
	padding: 0px;
}

#visibleitem {
	filter:alpha(opacity=100);  /* discarded */
	-moz-opacity:1.0;           /* discarded */
	opacity: 1.0;
	width: 100%;
	z-index: 1006;
	position: fixed;
	_position: absolute;
	text-align: center;
	top: 65px;
	_top: 65px;
	margin: 0px;
	padding: 0px;
}