/* CSS Document */

.formattedForm fieldset
{
	display: block;
	width: 24em;
	margin: 1em 0 1em 0;
	padding: 0 1em 1em 1em;
}

.formattedForm fieldset legend {
	color: black;
	font-weight: bold;
}

.formattedForm input
{
	position: relative;
	top: -1.4em;
	left: 10em;
	display: block;
	width: 13em;
}

.formattedForm textarea
{
	position: relative;
	top: -1.4em;
	left: 10em;
	display: block;
	width: 13em;
}

.formattedForm .alignleft
{
	clear: both;
	position: relative;
	display: block;
	left: 0;
	top: 0;
	margin-top: 0;
	width: 23em;
}

.formattedForm label
{
	clear: both;
	float: left;
	display: block;
	width: 10em;
	margin-top: -1em;
}

.formattedForm .moveup
{
	top: -2.4em;
}

.formattedForm .first
{
	margin-top: 1em;
}

.formattedForm .submit
{
	clear: both;
	top:0em;
}