#popup_block {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	visibility: hidden;
}

.popup_tl{
	background: url(../images/popup_tl.png) no-repeat;
	width: 11px;
}

.popup_tr{
	background: url(../images/popup_tr.png) no-repeat;
	width: 18px;
}

.popup_bl{
	background: url(../images/popup_bl.png) no-repeat;
	width: 11px;
}

.popup_b{
	background: url(../images/popup_b.png) no-repeat;
	height: 23px;
}

.popup_br{
	background: url(../images/popup_br.png) no-repeat;
}

.popup_content{
	background: url(../images/popup_content.png) repeat;
	white-space: nowrap;
	height: 40px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: normal;
}

#popup_content{
	padding-top: 2px;
}