﻿/* //////////////////////////balloon help demonstration/////////////////////////////////////////// */

.balloon  {
	width: 315px;
}
.balloonmiddle {
	width: 295px;
	background-image: url(images/balloonmiddle.gif);
	background-repeat: repeat-y;
	font-family: tahoma, arial;
	font-size: 10px;
	font-style: normal;
	padding-left:10px;
	padding-right:10px;
}
.balloontop {
	width: 315px;
	background-image: url(images/balloontop.gif);
	height: 10px;
	background-repeat: no-repeat;
}
.balloonbottom {
	width: 315px;
	background-image: url(images/balloonbottom.gif);
	height: 30px;
	background-repeat: no-repeat;
}
