form.ahrcform fieldset
{
	margin-bottom: 15px;
	border: none;
	background: url(../images/form_background.jpg);
	clear: left;
	overflow: hidden;
	padding: 0 8px 8px 8px; /* IE WIN */
}

 
form.ahrcform legend {
  padding: 0 8px;
  font-weight: bold;
  margin: 0 -7px; /* IE WIN */
}


form.ahrcform label
{
	/* Firefox 2 and under */
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}


form.ahrcform fieldset ol
{
	margin: 0;
	padding: 0;
}

form.ahrcform fieldset li
{
	list-style: none;
	padding: 3px;
	margin: 0;
}

form.ahrcform fieldset fieldset
{
	border: none;
	margin: 3px 0 0;
}

form.ahrcform fieldset fieldset legend
{
	padding: 0 0 5px;
	font-weight: normal;
}

form.ahrcform fieldset fieldset label
{
	display: block;
	width: auto;
}

form.ahrcform em
{
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

form.ahrcform label
{
	width: 150px;
	/* Width of labels */
}

form.ahrcform fieldset fieldset label
{
	margin-left: 123px;
	/* Width plus 3 (html space) */
}

form.ahrcform legend
{
	/* Firefox 2 and under */
	display: inline-block;
	color: #0033CC;
}

form.ahrcform fieldset label input
{
	width:230px;
}

/* IE Mac legend fix */

/*
#flabelw {
   width:90px;
}
*/

