.PopWin {
	position:			absolute;
	font-family:		Arial, Verdana, Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		normal;
	color:				#777777;
	background:			#FFFFFF;
	z-index:			999;
}
.PopWinLeft {
	height:				100%;
	background:			url(../images/border-left.gif) repeat-y top left;
}
.PopWinRight {
	height:				100%;
	background:			url(../images/border-right.gif) repeat-y top right;
}
.PopWinTop {
	height:				100%;
	background:			url(../images/border-top.gif) repeat-x top left;
}
.PopWinBot {
	height:				100%;
	background:			url(../images/border-bot.gif) repeat-x bottom left;
}
.PopWinTopLeft {
	height:				100%;
	background:			url(../images/border-top-left.gif) no-repeat top left;
}
.PopWinTopRight {
	height:				100%;
	background:			url(../images/border-top-right.gif) no-repeat top right;
}
.PopWinBotLeft {
	height:				100%;
	background:			url(../images/border-bot-left.gif) no-repeat bottom left;
}
.PopWinBotRight {
	height:				100%;
	background:			url(../images/border-bot-right.gif) no-repeat bottom right;
}
.PopWinContainer {
	padding:			20px;
}
