.btn {
	background: url(../images/play-button-icon-png-small.png)no-repeat;
	position: absolute;
	left: 112px;
	top: 165px;
	height: 200px;
	width: 200px;
	z-index: 11;
	cursor: pointer;
}
.time {
	z-index: 11;
	position: absolute;
	top: 98px;
	left:297px;
	background-color: #7a7a7a;
	font-family: sans-serif;
	font-size: 12px;
	color: white;
}
.container {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #000;
	background-color: #fbb323;
	width: 400px;
	height: 400px;
	overflow: hidden;
}
.phone {
	background: url("../images/Phone-100.png")  no-repeat;
	width: 322px;
	height: 378px;
	position: absolute;
	left: 39px;
	top: 23px;
	z-index: 10;
}
.bubble {
	background: url("../images/Bubbles.png")  no-repeat;
	width: 206px;
	position: absolute;
	left: 98px;
	top: 410px;
	z-index: 8;
	font-family: Arial, sans-serif;
	font-weight: bold;
}
.phoneBg {
	position: absolute;
	width: 280px;
	height: 370px;
	background-color: #fff;
	top: 30px;
	left: 60px;
	z-index: 7;
}
.bubble div {
	padding: 10px;
}
.lBubSml {
	height: 50px;
	background-position: 0px 0px;
}
.rBubSml {
	height: 50px;
	background-position: 0px -52px;
}
.lBubMid {
	height: 70px;
	background-position: 0px -101px;
}
.rBubMid {
	height: 70px;
	background-position: 0px -173px;
}
.lBubLrg {
	height: 94px;
	background-position: 0px -243px;
}
.rBubLrg {
	height: 94px;
	background-position: 0px -337px;
}
