/* CSS Document */
#overlay {
	position:absolute;
	width:100%;
	height:100%;
	left: 0px;
	top: 0px;
	z-index:2;
}

#top_left {
	background-image: url(../images/popup/frame_top_left.png);
	width:20px;
	height:20px;
}
#bgnd_top {
	background-image: url(../images/popup/frame_bgnd_top.png);
	height:20px;
}
#top_right {
	background-image: url(../images/popup/frame_top_right.png);
	width:20px;
	height:20px;
}
#bgnd_left {
	background-image: url(../images/popup/frame_bgnd_left.png);
	width:20px;
}
#bgnd_right {
	background-image: url(../images/popup/frame_bgnd_right.png);
	width:20px;
}
#bottom_left{
	background-image: url(../images/popup/frame_bottom_left.png);
	width:20px;
	height:20px;
}
#bgnd_bottom {
	background-image: url(../images/popup/frame_bgnd_bottom.png);
	height:20px;
}
#bottom_right{
	background-image: url(../images/popup/frame_bottom_right.png);
	width:20px;
	height:20px;
}
#bgnd {
  color:#FFFFFF;
  font-size:16px;
  font-weight:bold;
  background:url(../images/popup/bg-tran.png) repeat;
  }
#added {
color: #80BF27;
}
