h3
{
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 20px;
}

p
{
	margin-bottom: 3px;
	font-size: 12px !important;
}

input
{
	padding: 3px;
	font-size: 1em;
	width: 250px;
}

textarea
{
	padding: 3px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

button
{
	padding: 5px;
	font-size: 13px;
}

.question { color: #cc0000; }

.from { color: #717171; }

.error
{
	font-size: 16px !important;
	color: #FF0000;
}

.success
{
	font-size: 16px !important;
	color: #009816;
}

.success a { color: #009816; font-weight: bold; }
