#balloon {
	width: 90%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
	position: absolute;
	background-color: rgba(231, 26, 91, 0.9);
	padding: 20px;
	color: #fff;
	line-height: 1.3;
	margin:0 auto;
	font-size:400%;
	font-weight:bold;
}
#balloon span.smn {
	float:left;
	width: 194px;
	margin-right:10px;
}
#balloon span.text {
	float:left;
	width: 65%;
	line-height:1.5;
	letter-spacing:0.1%;
}
#balloon span.text a {
	color: #FF0;
}
#balloon span.close a {
	float:right;
	padding:0 3%;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	color:#999;
	border-radius: 2px;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ffffff));
	background:#ccc;
}

#balloon.inner {
  color: #003366;
  background-color: #49dbff;
  margin:0 auto;
  padding:10px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#bff2ff), to(#49dbff));
  background:#ccc;
}
#balloon.inner:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
