.cloud{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.56em;
	font-style: italic;
	padding: 25px 20px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #C3C3C3;
	border: 1px solid #666666;
	position: absolute;
	width: 317px;
}

.cloud:before{
	content: url('../img/SB_L_G10_U02_L0a_muesquita.png');
	width: 62px;
	height: 54px;
	position: absolute;
	bottom: 30px;
	left: -44px;
}

.cloud:nth-child(1){
	left: 300px;
	top: 165px;
}

img:nth-child(2){
	position: relative;
	left: 32px;
	top: 0px;
}

.cloud:nth-child(3){
	left: 843px;
	top: 183px;
}

img:nth-child(4){
	position: relative;
	left: 269px;
	top: 3px;
}

img.background{
	position: relative;
	left: 51px;
	top: 30px;
}

textarea{
	background-color: rgba(204,204,204,0.27);
	width: 405px;
	height: 322px;
	font-size: 1.06em;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	border: 2px solid rgba(153,153,153,0.27);
	resize:none;
	margin-top: 3px;
	padding: 10px;
	line-height: 1.2em;
	overflow-y: auto;
	position: relative;
	top: -361px;
	left: 85px;
}



