body
{
	font-family: Arial, sans-serif;
	margin: 2em;
	margin-top: 0.5em;
}

#header
{
}

#footer
{
	text-align: center;
	font-size: 0.8em;
	color: #fff;
	background-image: url( '/images/ftr_bg.jpg' );
}

#footer a:link, #footer a:active, #footer a:visited
{
	color: #fff;
}

#footer a:hover, #footer a:visited:hover
{
	color: #ccc;
}

#content
{
	margin: 1em;
}

h4.em, h5.em
{
	text-decoration: underline;
}

form ul
{
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

form li
{
	margin-bottom: 6px;
}

fieldset
{
	border: none;
	padding: 0px;
	margin: 1em 0 0 2em;
}

fieldset.pretty label, fieldset.pretty2 label
{
	width: 11em;
	float: left;
	text-align: right;
	margin-right: 10px;
}

fieldset.pretty label.error
{
	float: none;
	color: red;
	padding-left: .5em;
	font-size: 8pt;
}

fieldset.pretty input
{
	width: 14em;
}

fieldset.pretty input, fieldset.pretty textarea
{
	margin-left: 2em;
}

.prettyControl
{
	margin-left: 13em;
}

fieldset em
{
	margin-left: 15px;
	margin-right: -21px;
	vertical-align: top;
	color: red;
}

fieldset em.two
{
	margin-right: 8px;
	vertical-align: top;
	color: red;
}

.error
{
	font-size: 8pt;
}
