﻿#MoveReferralContainer
{
	width:750px;
	margin: 0 auto 0;
	color:Black;
	font-family:Times New Roman;
}
#MoveReferralContainer h2
{
	color: #6C6C6C;
	text-align: center;
	font-size:19pt;
}
#MoveReferralContainer p 
{
	text-align:justify;
	font-size:11pt;
	line-height:20px;

}
#MoveReferralContainer h5
{
	font-size:13pt;
	line-height:22px;
	color:#125589;
}
.referral_link
{
	font-size:13pt;
	font-variant:small-caps;
	font-weight:bold;
	color:#87A3B9;
	
}
.referral_link:visited
{
	
	color:Purple;
}
.referral_link:hover
{
	color:#AB2928;
}
.smallcaps
{
	font-variant:small-caps;
}
.italics
{
	font-style:italic;
	
}
.bold
{
	font-weight:bolder;
}
.smallParagraph
{
	width:400px;
	margin: 0 auto 0;
}
.partner_testimonials
{
	font-style:italic;
	text-align:justify;
	font-size:12pt;
	width:400px;
	margin:0 auto 50px;
}
.partner_testimonials span
{
	text-align:right;
	margin-top:10px;
	
}
.options
{
	list-style-type:decimal;
	font-size:11pt;
	line-height:14pt;
	text-align:justify;
}


/*ParnerSignup.ascx*/
#AdditionalCompanyInformation
{
	padding-top:30px;
	clear:both;
}
.PartnerSignupcontainer
{
}

/*ReferMove.ascx Styling */
#MoveInformation
{
	padding-top:30px;
	clear:both;
}
.LocationTextBox
{
	width:237px;
	height:20px;
	
	
}
.DateBox
{
	width:110px;
}

/*ReferMove.ascx & PartnerSignup.ascx */
h3
{
	font-size:14pt;
	color:#125589;	
}

.ReferAMovecontainer
{
	border-style: outset;
	border-width: thin;
	border-color:#125589;	
	width: 705px;
	text-align: center;
	padding: 20px;
	margin-bottom:30px;
	background-color:#fafdff;

}


#ContactInformation
{
	
}
#YourInformation
{
	float:left;
	width:335px;
	
}
#CompanyInformation
{
	
	float:right;
	width:335px;
}

.ReferMoveTextBoxLabel
{
	font-size:11pt;
	line-height:20pt;
	font-family:Times New Roman;
	
}
.ReferMoveTextBox
{
	text-align:center;
	font-size:11pt;
	padding:3px;
	color:#0b3e65;
	
	width:200px;
}
.ReferMoveTextBox:hover
{
	border-color:#125589;
}
.EmailTextBox
{
width:245px;	
}

.DetailsBox
{
	width:300px;
	height:100px;
	padding:10px;
	font-size:10pt;
	color:#0b3e65;
}
.DetailsBox:hover
{
border-color:#125589;
}
.ReferMoveDropDown
{
	text-align:center;
	font-size:10pt;
	padding:2px;
	color:#0b3e65;
	
	width:250px;
}
.ReferMoveDropDown:hover
{
border-color:#125589;
}
.AddressBox
{
	width:245px;
}
.ReferMoveSubmitButton
{
	width:320px;
	height:55px;
	font-size:14pt;
	border-style: outset;
	border-width: 2px;
	border-color:#125589;
	background-color:#ffffff;
	
}
.ReferMoveSubmitButton:hover
{
	border-style: inset;
	border-width: 2px;
	border-color:#ffffff;
	background-color:#0c5d9c;
	color:White;
	font-size:22pt;
	cursor: pointer;
}
.TextBoxWaterMark
{
	color:Gray;
	text-align:center;
	

	
}
.Error
{
	color:Red;
	font-size:11pt;
	line-height:17pt;
}
