fieldset
{
	display: block;
	border: none;
	margin-bottom: 25px;
}
fieldset legend
{
	width: 90%;
	padding: 0;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.6em;
	text-transform: uppercase;
	text-indent: 15px;
	color: #9C1027;
}
fieldset ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
fieldset ul li
{
	display: block;
	width:90%;
	padding-bottom: 5px;
}
fieldset ul li label
{
	display: block;
	float: left;
	width: 130px;
	text-align: right;
	margin-right: 10px;
}
.error{
	color: #ff0000;
	font-weight: bold;
	line-height: 1.4em;
	display: block;
}