body{
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #003;
	line-height: 140%;
}

#formBack{
	background-color: #0a95c1;
	background-repeat: no-repeat;
	background-image: url(copyleftback.jpg);
	width: 721px;
	height: 944px;
	position: fixed;
	padding: 5px 20px 0 20px;
}

#formBack h1, #formBack p, #formBack h2{
	font-size: 20px;
	color: #fff;
}

#formBack p{
	font-size: 14px;
	font-weight: bold;
}

#formBack form{
	margin: 0 15px;
}

noscript h2{
	font-size: 25px;
	padding: 40px;
	text-align: center;
	margin: 20px 20px 2000px 20px;
	border: solid 4px orange;
	background-color: #932000;
}

label{
	margin: 0 5px 0 28px;
}

input[type="text"]{
	width: 50px;
	height: 18px;
	font-size: 18px;
	font-weight: bold;
	color: #004079;
	background-color: #a9ddff;
	text-align: center;
	border: solid 2px #fff;
}

input[type="text"]:focus{
	background-color: #fff;
}

input[type="submit"], input[type="button"]{
	background-color: white;
	margin: 0 5px 0 45px;
	padding: 2px 12px;
	color: #003;
	font-size: 17px;
}

input[type="button"]{
	margin: 20px;
}

#reveal{
	height: 0;
	overflow-y: hidden;
}

#answer{
	display: none;
	margin: 40px 40px 40px 22px;
	padding: 5px;
	text-align: center;
	background-color: #0090f2;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	border-radius: 21px;
	opacity: 0.8;
	border: solid 5px #fff;
}

#answer p{
	line-height: 260%;
	font-size: 24px;
	visibility: visible;
}

#answer p strong{
	visibility: visible;
	font-weight: bold;
	display: block;
	color: #003;
	font-size: 50px;
}

#continue{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 8px;
	background-color: #0070ff;
}