#horizontalForm fieldset
{
	display: block;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
}

#horizontalForm fieldset.radio
{
	margin: 1em 0 2em 0;
}

#horizontalForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#horizontalForm fieldset.radio label
{
	font-weight: normal;
}

#horizontalForm input
{
	display: block;
	width: 15em;
}

#horizontalForm input.submit
{
	clear: both;
}

#horizontalForm label
{
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: bold;
    font-size: 1.1em;
}

#horizontalForm select
{
	display: block;
}

#horizontalForm legend.toplegend
{
	float: left;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: .5em;
}

#horizontalForm legend.sublegend
{
	float: left;
	font-weight: bold;
    font-size: 1.25em;
}

.duplicateLinkHidden {
	display: none;
}

.errMsg{
        color:red;
}