@charset "utf-8";

#outcome {
	visibility: hidden;

}

#complete input {
	background-color: #0099CC;
	color: #FFFFFF;
	font-size: small;
}

#results {
	color: #FFFFFF;
	font-weight: bold;
}

#results input {
	color: #990000;
	background-color: #CEE7FF;
	font-size: small;
}

#results p {
	color: #000000;
	font-size: x-small;
}

.earnbox {
	display: none;
	background-color: #C1D2E8;
	border: medium solid #000000;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 16px;
	position: absolute;
	height: 105px;
	width: 400px;
	left: 100px;
	top: 260px;
	cursor: pointer;
}

.earnbox select {
	font-size: small;
}

.caveat {
	font-size: x-small;
	font-weight: normal;
}


