@charset "utf-8";
/* CSS Document */

.applet {
	height: 350px;
	width: 446px;
	border: 4px solid #e66109;
	background-color:#FFC;
}

.applet h1{
	margin: 10px 0 0 60px;
	color: #339900;
	font-family: Eras, Geneva, sans-serif;
	font-size: 24px;
}

.applet h2{
	margin: 0 40px 0 0;
	color: #339900;
	font-family: Eras, Geneva, sans-serif;
	font-size: 24px;
}

.applet h3 {
	margin: 25px 0 0 60px;
	color: #339900;
	font-family: Eras, Geneva, sans-serif;
	font-size: 18px;

}

#appletpic {
	height: 250px;
	width: 200px;
	border: 1px solid black;
	float: left;
	margin: 25px 0 0 20px;
}

#graphic {
	height: 75px;
	width: 325px;
	/*background-color: green;*/
	margin: 10px auto;
}

/*.applet .answer {
	float: right;
	width: 220px;
	margin: 0px -15px 0 0;
}*/

.applet .field {
	border: 1px solid #FF6600;
	width: 75px;
	margin: 0 5px 0 5px;
}

.applet .button {
	background-color: #FF9900;
	border: 2px solid #FF6600;
}

.applet .result {
	margin: 5px;
	color: #FF9900;
	font-family: Eras, Geneva, sans-serif;
	font-size: 12px;
}

.question {
	height: 50px;
	width: 240px;
	float: left;
	margin: 0 0 0 25px;
}

.applet .appsmall {
	font-size:x-small;
}