@charset "utf-8";

#return {
	font-family: "Comic Sans MS";
	color: #03F;
	background-color: #FFFF00;
	border-style: solid;
	border-color: #F00;
	border-width: 0.3em;
	padding: 3px;
	position: absolute;
	left: 250px;
	top: 62px;
	width: 139px;
	height: 56px;
	text-align: center;
}

#title {
	font-family: "Comic Sans MS";
	background-color: #33FFFF;
	padding: 3px;
	position: absolute;
	left: 450px;
	top: 62px;
	color: #1C1C1C;
	border: 0.3em;
	border-color: #00F;
	border-style: solid;
	width: 287px;
	height: 60px;
	text-align: center;
	font-size: 10px;
}

#resp_img_show {
	background-color: #FFFFFF;
	position: relative;
	top: 200px;
	border: thin solid #000;
}
