.pop, .popHead, .popContent {	position: absolute; }
	
.pop
{	
	font-family: sans-serif;
	color: black;
	width: 200px;
	height: 250px;
	margin: 0;
	padding: 0;
	background: #ffffff;
	z-index: 1000;
}

.popHead
{
	text-align: center;
	font-size : 16pt;
	width: 180;
	height: 50;
	left: 10;
}

.popContent
{
	font-size: 12pt;
	overflow: auto;
	width: 190;
	height: 165px;
	top: 55;
	padding-top: 0;
	margin-left: 5;
	margin-right: 5;
}

.popItem
{
	background: url('../images/bt.png') no-repeat 0px center;
	margin: 0;
	padding-left: 15;
}

.popBu, .popBb, .popBl, .popBr
{
	position: absolute;
	background: #000000;
}

.popBu	{ width: 142;	height: 1;		top: 0;		left: 29; }
.popBb	{ width: 142;	height: 1;		top: 249; 	left: 29; }
.popBl 	{ width: 1;		height: 196;	top: 27; 	left: 0; }
.popBr 	{ width: 1;		height: 196;	top: 27; 	left: 199; }

.popBul
{
	background: #cecece url('../images/b1ul.png') no-repeat 0px 0px;
	border-bottom: 1px solid #000000;
	width: 100%;
	height: 50;
}

.popBur, .popBbl, .popBbr
{
	width: 100%;
	height: 100%;
}

.popBur {	background: url('../images/b1ur.png') no-repeat 100% 0px; }
.popBbl { background: url('../images/b1bl.png') no-repeat 0px 100%; }
.popBbr {	background: url('../images/b1br.png') no-repeat 100% 100%; }
