.smallcampus_pet {
	background: transparent 0 0 no-repeat;
	position: absolute;
	bottom: 10px;
	left: 655px;
	width: 150px;
	height: 160px;
	z-index: 3000;
	cursor: pointer;
}


/* z-index to Stage */
.dialogue_pet {
	width: 350px;
	height: 250px;
	z-index: 5400;
	position: absolute;
	left: 250px;
	top: 10px;
	background-color: #FFFFFF;
	padding: 10px;
	padding-right: 150px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
}

.dialogue_pet.teaser {
	height: 280px;
	width: 310px;
	background-image: url(images/pets_uplevel_box.png);
	background-repeat: none;
	padding: 60px 150px 10px 50px
}

.pet_talk {
	width: 150px;
	height: 150px;
	background-image: url(images/owl_talk.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	right: 0;
	top: 0;
}

.dialogue_pet input{
	background-color: #FFC;
	padding: 3px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline;
	cursor: pointer;
	font-size: 15px;
	color: #474747;
}

.dialogue_pet input.text {
	display: inline;
	cursor: text;
	width: 120px;
}

.dialogue_pet .smallcampus_pet{
	left: 350px;
	top: 50px;
}