a.close-button {
	width: 12px; 
	
	min-height: 12px;
	height: fixed !important;
	height: 12px;
	
	cursor: pointer;
	display: block;
	background: url("../img/balloon/close-button.gif") top left;
}

a.close-button:hover {
	background: url("../img/balloon/close-button.gif") bottom left;
}

.tl {
    background: url("../img/balloon/tl.png") no-repeat;
    height: 13px;
	width: 13px;
}

.t {
    background: url("../img/balloon/t.png") repeat-x;
    height: 13px;
}

.tr {
    background: url("../img/balloon/tr.png") no-repeat;
    height: 13px;
	width: 13px;
}

.r {
    background: url("../img/balloon/r.png") repeat-y;
    width: 13px;
}

.br {
    background: url("../img/balloon/br.png") no-repeat;
    height: 13px;
	width: 13px;
}

.b {
    background: url("../img/balloon/b.png") repeat-x;
    height: 13px;
}

.bl {
    background: url("../img/balloon/bl.png") no-repeat;
    height: 13px;
	width: 13px;
}

.l {
    background: url("../img/balloon/l.png") repeat-y;
    width: 13px;
}

