
.tekstballon .content
{
	background-color: white;
	letter-spacing: 1px;
	color: #000000;	
	font-size: 7pt;
	font-weight: bold;
	font-family: verdana;
	text-align: center;
}

.tekstballon .corner-top-left
{
	width: 7px;
	height: 7px;
	background: url(images/tekstballon/corner-top-left.gif) no-repeat 0 100%;
}

.tekstballon .corner-top-right
{
	width: 7px;
	height: 7px;
	background: url(images/tekstballon/corner-top-right.gif) no-repeat 0 100%;
}

.tekstballon .corner-bottom-left
{
	width: 7px;
	height: 7px;
	background: url(images/tekstballon/corner-bottom-left.gif) no-repeat;
}

.tekstballon .corner-bottom-right
{
	width: 7px;
	height: 7px;
	background: url(images/tekstballon/corner-bottom-right.gif) no-repeat;
}

.tekstballon .border-left
{
	width: 7px;
	background: url(images/tekstballon/border-left.gif) repeat-y;
}

.tekstballon .border-right
{
	width: 7px;
	background: url(images/tekstballon/border-right.gif) repeat-y;
}

.tekstballon .border-top
{
	height: 7px;
	background: url(images/tekstballon/border-top.gif) repeat-x;
}

.tekstballon .border-bottom
{
	height: 7px;
	background: url(images/tekstballon/border-bottom.gif) repeat-x;
}

.tekstballon .border-bottom-arrow-left
{
	height: 25px;
	background: url(images/tekstballon/border-bottom-arrow-left.gif) no-repeat;
}

.tekstballon .border-bottom-arrow-right
{
	height: 25px;
	background: url(images/tekstballon/border-bottom-arrow-right.gif) no-repeat 100% 0;
}

.tekstballon .border-top-arrow-left
{
	height: 25px;
	background: url(images/tekstballon/border-top-arrow-left.gif) no-repeat;
}

.tekstballon .border-top-arrow-right
{
	height: 25px;
	background: url(images/tekstballon/border-top-arrow-right.gif) no-repeat 100% 0;
}


