.num
{
	font-size:4em;
	font-weight: bold;
	font-family: 'Comic Sans MS';
	float: left;
}
#make textarea
{
	font-size: 0.8em;
}
.make_form
{
	clear: both;
	margin: 1em 0;
}
#make form
{
	margin-left: 4em;
}
label
{
	display: block;
	margin-bottom: 2px;
}

div.section
{
	margin: 1.5em 0;
}
div.section h3
{
	margin-top: 0.8em;
}
p
{
	margin: 0.4em 0;
}
#error, #sentmessage
{
	color: red;
	font-weight: bold;
	margin: 1em;
}
#sentmessage
{
	color: green;
}

iframe
{
	overflow: hidden;
	width: 47px;
	height: 21px;
}
