

.theForm fieldset
{
	display: block;
	width: 25em;
	margin: 0 0 0 0;
	padding: 0 1em 1em 0;
	border: 0px;
}



.theForm .input
{
	display: block;
	width: 20em;
	font: 12px Tahoma, Verdana;
}

.theForm .submit
{
	font: 12px Tahoma, Verdana;
	font-weight: bold; 
}

.theForm label
{
	display: block;
	margin-bottom: 1em;
	font: 12px Arial, Tahoma, Verdana;
}

.theForm label.first
{
	padding-top: 1em;
}

.theForm select
{
	display: block;
}




/* CLASSES */