﻿.balloon_clsf_cnt_bl
{
	position:absolute;
	bottom:0px;
	left:0px;
	padding-bottom:23px;
	z-index:1;
}

.balloon_clsf_cnt_br
{
	position:absolute;
	bottom:0px;
	right:0px;
	padding-bottom:23px;
	z-index:1;
}

.balloon_clsf_cnt_tl
{
	position:absolute;
	top:0px;
	left:0px;
	padding-top:25px;
	z-index:1;
}

.balloon_clsf_cnt_tr
{
	position:absolute;
	top:0px;
	right:0px;
	padding-top:25px;
	z-index:1;
}

.balloon_clsf_cnt_tl .cross
{
	top:25px !important;
	
}

.balloon_clsf_cnt_tr .cross
{
	top:25px !important;
}

.balloon_clsf
{
	background-image:url('../../images/public/balloon/clsf/center.gif');
	background-position:bottom;
	background-repeat:repeat-x;	
	width:220px;
	height:auto;
}


.balloon_clsf .wrapleft
{
	background-image:url('../../images/public/balloon/clsf/left.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
	
}

.balloon_clsf .wrapright
{
	background-image:url('../../images/public/balloon/clsf/right.gif');
	background-repeat:no-repeat;
	background-position:right bottom;
}

.balloon_clsf .wrapbottomleft
{
	background-image:url('../../images/public/balloon/clsf/bottomleft.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
}

.balloon_clsf .wrapbottomright
{
	background-image:url('../../images/public/balloon/clsf/bottomright.gif');
	background-repeat:no-repeat;
	background-position:right bottom;
}


.balloon_clsf .wraptop
{
	background-image:url('../../images/public/balloon/clsf/top.gif');
	background-repeat:repeat-x;
	background-position:left top;
	padding:0px 5px 0px 5px;
	
}

.balloon_clsf .content
{
	background-image:url('../../images/public/balloon/clsf/content.gif');
	background-repeat:repeat-x;
	background-position:center bottom;
	padding-bottom:5px;
	height:auto;
}

.balloon_clsf_cnt_bl .arrow
{
	background-image:url('../../images/public/balloon/clsf/p_bl.png');
	background-repeat:no-repeat;
	width:29px;
	height:26px;
	position:absolute;
	bottom:0px;
	left:0px;
}
* html .balloon_clsf_cnt_bl .arrow
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://purrfectpages.com/images/public/balloon/clsf/p_bl.png', sizingMethod='image');
}

.balloon_clsf_cnt_br .arrow
{
	background-image:url('../../images/public/balloon/clsf/p_br.png');
	background-repeat:no-repeat;
	width:29px;
	height:26px;
	position:absolute;
	bottom:0px;
	right:0px;
}
* html .balloon_clsf_cnt_br .arrow
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://purrfectpages.com/images/public/balloon/clsf/p_br.png', sizingMethod='image');
}

.balloon_clsf_cnt_tl .arrow
{
	background-image:url('../../images/public/balloon/clsf/p_tl.png');
	background-repeat:no-repeat;
	width:29px;
	height:25px;
	position:absolute;
	top:0px;
	left:0px;
}
* html .balloon_clsf_cnt_tl .arrow
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://purrfectpages.com/images/public/balloon/clsf/p_tl.png', sizingMethod='image');
}

.balloon_clsf_cnt_tr .arrow
{
	background-image:url('../../images/public/balloon/clsf/p_tr.png');
	background-repeat:no-repeat;
	width:29px;
	height:25px;
	position:absolute;
	top:0px;
	right:0px;
}
* html .balloon_clsf_cnt_tr .arrow
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://purrfectpages.com/images/public/balloon/clsf/p_tr.png', sizingMethod='image');
}