.error-msg li {
  color: red;
}

.referral-form-header
{
	margin-top:2%;
	margin-bottom:1%;
	line-height:2.5em;
}

#referral-step-two-form
{
	width:80%;
	margin-top:4%;
}

#referral-step-two-form .fieldset-legend
{
	margin-top:2%;
	font-weight:bold;
}

#referral-step-two-form label
{
	width:131px;
	display:inline-block;
}

#referral-step-two-form .form-item.form-type-textfield.form-item-referred-last-name
{
	width:50%;
	float:right;
	margin-bottom:1%;
	margin-top:3%;
}

#referral-step-two-form .form-item.form-type-textfield.form-item-referred-first-name
{
	width:50%;
	float:left;
	margin-bottom:1%;
	margin-top:3%;
}

#referral-step-two-form .form-item.form-type-textfield.form-item-referred-email
{
	width:50%;
	float:left;
	margin-bottom:1%;
}

#referral-step-two-form .form-item.form-type-textfield.form-item-referred-telephone
{
	width:50%;
	float:right;
	margin-bottom:1%;
}

