﻿/* ******************************************************************************** */

.LeadFormHome {
	position: relative;
	width: 260px;
	height: 325px;
	background-image: url('Images/LeadFormHome-Background.png');
	background-color: Black;
	text-align: left;
}

.LeadFormHome .Message {
	position: absolute;
	top: 20px;	
	left: 20px;
	width: 200px;

	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1em;
	color: #E0C55C;
	text-align: left;
}

.LeadFormHome .Message span.Normal {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #E0C55C;
}

.LeadFormHome .InputTextbox {
	height: 16px;
	width: 200px;
}

.LeadFormHome .InputDropDown {
	height: 22px;
	width: 200px;
}

.LeadFormHome .FieldFirstName {
	position: absolute;
	left: 20px;
	top: 66px;
}

.LeadFormHome .FieldLastName {
	position: absolute;
	left: 20px;
	top: 99px;
}

.LeadFormHome .FieldEmailAddress {
	position: absolute;
	left: 20px;
	top: 133px;
}

.LeadFormHome .FieldDayPhone {
	position: absolute;
	left: 20px;
	top: 166px;
}

.LeadFormHome .FieldCity {
	position: absolute;
	left: 20px;
	top: 200px;
}

.LeadFormHome .FieldState {
	position: absolute;
	left: 20px;
	top: 235px;
}

.LeadFormHome .Submit {
	position: absolute;
	left: 150px;
	top: 273px;
}

/* ******************************************************************************** */

.LeadFormInterior {
	margin-top: 24px;
	position: relative;
	width: 261px;
	height: 333px;
	
	background-image: url('Images/LeadFormInterior-Background.png');
	background-repeat: no-repeat;
}

.LeadFormInterior .Message {
	position: absolute;
	left: 16px;
	top: 20px;	

	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: .75em;
	color: #FFFFFF;
}

.LeadFormInterior .InputTextbox {
	height: 16px;
	border: none;
	background: none;
	width: 210px;
	color: #FFFFFF;
}

.LeadFormInterior .InputDropDown {
	height: 22px;
	background-color: #203E5A;
	width: 210px;
	color: #FFFFFF;
}

.LeadFormInterior .FieldFirstName {
	position: absolute;
	left: 22px;
	top: 56px;
}

.LeadFormInterior .FieldLastName {
	position: absolute;
	left: 22px;
	top: 89px;
}

.LeadFormInterior .FieldEmailAddress {
	position: absolute;
	left: 22px;
	top: 123px;
}

.LeadFormInterior .FieldDayPhone {
	position: absolute;
	left: 22px;
	top: 156px;
}

.LeadFormInterior .FieldCity {
	position: absolute;
	left: 22px;
	top: 190px;
}

.LeadFormInterior .FieldState {
	position: absolute;
	left: 22px;
	top: 225px;
}

.LeadFormInterior .Submit {
	position: absolute;
	left: 22px;
	top: 283px;
}

/* ******************************************************************************** */

.LeadFormSilver {
	position: relative;
	width: 395px;
	height: 413px;
	background-image: url('Images/LeadFormSilver-Background.jpg');
	text-align: left;
}

.LeadFormSilver .Message {
	position: absolute;
	top: 40px;	
	left: 50px;
	width: 280px;

	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-align: left;
}

.LeadFormSilver .Message span.Normal {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em !important;
	color: #FFFFFF !important;
}

.LeadFormSilver .InputTextbox {
	height: 16px;
	width: 280px;
}

.LeadFormSilver .InputDropDown {
	height: 22px;
	width: 280px;
}

.LeadFormSilver .FieldFirstName {
	position: absolute;
	left: 50px;
	top: 106px;
}

.LeadFormSilver .FieldLastName {
	position: absolute;
	left: 50px;
	top: 139px;
}

.LeadFormSilver .FieldEmailAddress {
	position: absolute;
	left: 50px;
	top: 173px;
}

.LeadFormSilver .FieldDayPhone {
	position: absolute;
	left: 50px;
	top: 206px;
}

.LeadFormSilver .FieldCity {
	position: absolute;
	left: 50px;
	top: 240px;
}

.LeadFormSilver .FieldState {
	position: absolute;
	left: 50px;
	top: 275px;
}

.LeadFormSilver .Submit {
	position: absolute;
	left: 260px;
	top: 313px;
}

