.bubble {
	position:absolute;
	background:url(../img/bg.png) repeat-x center top;
	padding:10px;
	color:#BBB;
	border-radius: 5px;
	box-shadow:0px 0px 10px rgba(0,0,0,.9);
}

.bubble .title{
	position:relative;
	padding:2%;
	width:96%;
	height:auto;
	font: 16px bold swis721bt, Arial, Helvetica, sans-serif;
	color: #344752;
	overflow:hidden;
	border-radius: 4px 4px 0px 0px;
}


.bubble > .close{
	position: absolute;
	top:4px;
	right:4px;
	display:block;
	float:left;
	width:32px;
	height:32px;
	margin:0px 0px;
	padding:0px 0px;
	background:url(../img/closeBtn.png) no-repeat center center;
	cursor:pointer;
}


.bubble .body{
	position:relative;
	overflow:hidden;
}