﻿/*****************************************************/
/** CSS File for the LeadGenForm.ascx user control. **/
/*****************************************************/
.LeadGenForm
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 430px;
	padding-left: 2px;
}

.LeadGenForm .Watermark
{
	color:Gray;
}

.LeadGenForm .AgreementText
{
	font-weight: normal;
}

.LeadGenForm .leading
{
	margin-bottom: 8px;
}

.LeadGenForm input
{
	font-size: 12px;
}

.LeadGenForm select
{
	font-size: 12px;
}

.LeadGenForm .SubmitButton
{
	padding-top: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.LeadGenForm .BlockIt
{
	display:block;
}
