#roman_numerals .textbox
{
	display: block;
	font-size: 1em;
	padding: 0.2em;
	border: 1px solid gray;
}

#roman_numerals .actions button
{
	display: block;
	margin-top: 1em;
	font-size: 1em;
}

#roman_numerals label
{
	font-size: 1em;
}

#roman_numerals div.fieldset
{
	border: none;
	margin-bottom: 1em;
	margin-left: 0;
	padding: 0;
}

#roman_numerals label.legend
{
	display: block;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #D3D3D3;
	font-size: 1em;
	font-weight: bold;
}

#roman_numerals .result
{
	margin-top: 1em;
}

#roman_numerals .result label
{
	font-weight: bold;
}

#roman_numerals #uxResult
{
	font-size: 1.2em;
}

#roman_numerals .errorMessage
{
	color: Red;
}

