.baloon
{
	width: 238px;
	height: 38px;
	background-image: url(../images/baloonright.gif);
	z-index: 200;
	position: absolute;
	display: none;
}
.bln_text
{
	font-family: verdana;
	font-size: 11px;
	text-align: right;
	padding-left: 10px;
}
.bln_tb_qty
{
	font-family: verdana;
	font-size: 11px;
	border: solid 1px #cfcfcf;
	margin-left: 1px;
	width: 100px;
	height: 18px;
	text-align: right;
}
.bln_btn_add
{
	background-color: transparent;
	border: solid 1px #cfcfcf;
	width: 18px;
	height: 18px;
	cursor: pointer;
	background-image: url(../images/baloon_btn_add.gif);
	background-repeat: no-repeat;
	margin-left: 2px;
}
.bln_btn_del
{
	background-color: transparent;
	border: solid 1px #cfcfcf;
	width: 18px;
	height: 18px;
	cursor: pointer;
	background-image: url(../images/baloon_btn_del.gif);
	background-repeat: no-repeat;
	margin-left: 1px;
}
.bln_btn_close
{
	background-color: transparent;
	border: solid 0px #000000;
	width: 9px;
	height: 9px;
	cursor: pointer;
	background-image: url(../images/baloon_close.gif);
	background-repeat: no-repeat;
}
.bln_btn_close_container
{
	text-align: right;
	vertical-align: top;
	padding: 3px 1px 0px 0px;
}
