@CHARSET "UTF-8";

* {
	padding: 0pt;
	margin: 0pt;
}

body {
	background-color: #ADD8E6;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

#ground {
	background-color: brown;
	position: absolute;
	bottom: 0pt;
	height: 189px;
	width: 100%;
}

#ground-content {
	position: relative;
	color: #FFE500;
}

#biggrin-face {
	background-image: url("big_grin.gif");
	width: 288px;
	height: 288px;
	position: absolute;
	bottom: -70px;
	left: 3em;
}

#input-bubble {
	background: transparent url("openclipart-speechbubble.png") no-repeat;
	padding: 5px 5px 50px 9px;
	width: 317px;
	height: 224px;
	position: absolute;
	left: 300px;
	top: -100px;
}

#input-bubble textarea {
	border: 0pt none;
	background: transparent;
	width: 300px;
	height: 155px;
	font-size: 3em;
	text-align: center;
	overflow-x: hidden;
	vertical-align: middle;
}

.inactive {
	color: #999999;
}

.active {
	color: #000000;
}

#instructions {
	left: 31px;
	position: absolute;
	top: 89px;
	width: 41%;
	font-size: 0.99em;
}

#result-box {
	border: #999999 solid 1px;
	background-color: #dddddd;
	color: black;
	position: absolute;
	right: 5px;
	top: 120px;
	width: 53%;
	padding: 5px;
}

#result-box dl dt {
	display: block;
	float: left;
	text-align: right;
	width: 10%;
}

#result-box dl dd {
	margin-bottom: 3px;
	margin-left: 11%;
	vertical-align: top;
}
#result-box input {
	border: 1px solid #535353; 
	background-color: transparent;
	width: 100%;
	
}

#result-img {
	position: absolute;
	right: 10px;
	top: -41px;
	width: 61%;
	text-align: center;
}

#change-language {
	position: absolute;
	right: 10px;
	top: -0.75em;
	text-align: left;
	font-size: 1.3em;
	background-color: #ADD8E6;
	padding: 0.2em;
	display: block;
	color: brown;
	text-decoration: none;
}
