#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: 39px;
	padding-top: 1px;
	font-size: 12px;
	color: #181818;
	font-weight: bold;
	line-height: normal;
}