@charset "utf-8";
/* CSS Document */

#container {
	position	: absolute;
	top			: 70px;
	left		: 5px;
	width		: 280px;
	height		: 428px;
	/*	background	: #EEE; */
 	overflow	: hidden;
	/*	border		: 1px solid #666;  */
	z-index		: 9;
}

#content {
	position	: relative;
	width		: 275px;
	left		: 5px;
	z-index		: 10;
}

p {
	font		: normal 11px/14px arial,helevetica,san-serif;
	color		:#000000;
}

.p {
	font		: normal 11px/14px arial,helevetica,san-serif;
	color		:#000000;
}

#scrollArea {
	position	: absolute;
	left		: 300px;
	top			: 70px;
	height		: 428px;
	width		: 20px;
	background	: #9B9B9B;
	border		: 0px solid #666;
	overflow	: hidden;
	z-index		: 11;
}

#scroller {
	position	: absolute;
	top			: -1px;
	width		: 20px;
	height		: 40px;
	background	: #666666;
	border-top	: 0px solid #666;
	border-bottom	: 0px solid #666;
	z-index		: 12;
}
