﻿.bookingLeadForm
{
	background: #b6d4f6;
	border: solid 1px #99b3d0;
	padding: 10px;
}

.bookingLeadFormInner
{
	background: #fffcd9 url("../images/header_Let_Us_Help.gif") no-repeat 20px -1px;
	border: solid 1px #99b3d0;
	padding: 10px;
}

.bookingLeadFormThankYou
{
	background: #fffcd9 url("../images/header_Thank_You.gif") no-repeat 20px -1px;
	border: solid 1px #99b3d0;
	padding: 10px;
	width: 530px;
}

.bookingLeadFormThankYou img
{
	display: block;
	margin-top: 80px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.bookingLeadFormInner h2
{
	height: 16px;
	width: 136px;
	background: url("../images/header_Need_Assistance.gif") no-repeat left top;
	text-indent: -9999px;
	margin-top: 50px;
	border: 0px;
}

.bookingLeadForm textarea
{
	width:483px;
}

.bookingLeadForm input
{
	width: 235px;
}

.bookingLeadForm .firstName
, .bookingLeadForm .lastName
, .bookingLeadForm .email
, .bookingLeadForm .phone
, .bookingLeadForm .comments
{
	display: block;
	height: 11px;
	line-height: 11px; /* Fixes an IE6 bug */
	background-image: url("../images/leadFormLabels.gif");
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 2px;
}

.bookingLeadForm .firstName
{
	background-position: left top;
}

.bookingLeadForm .lastName
{
	background-position: left -11px;
}

.bookingLeadForm .email
{
	background-position: left -22px;
}

.bookingLeadForm .phone
{
	background-position: left -33px;
}

.bookingLeadForm .comments
{
	background-position: left -44px;
}

.bookingLeadForm .optionalFields
{
	padding-top: 14px;
}

.bookingLeadForm .optionalFields div
{
	border: solid 1px #99b3d0;
	padding: 10px;
	position: relative;
}

.bookingLeadForm .optionalFields h3
{
	font-size: 12px;
	margin: 0px;
	position: absolute;
	top: -9px;
	background: #fffcd9 url("../images/header_Optional.gif") no-repeat left top;
	height: 14px;
	width: 47px;
	text-indent: -9999px;
}

.closeWindowContainer
{
	text-align: right;
	padding-right: 20px;
}

.closeWindowContainer a
, .closeWindowContainer a:visited
{
	text-transform: lowercase;
	text-decoration: none;
}

.closeWindowContainer a:hover
, .closeWindowContainer a:active
{
	text-decoration: underline;
}

.closeContainer a
{
	float: right;
	height: 24px;
	width: 78px;
	background: url("../images/button_Close.gif") no-repeat left top;
	text-indent: -9999px;
	outline: none;
	margin-right: 20px;
}

/* lead form */
.leadForm {padding:10px 0px 10px 0px;}
.leadForm, .LeadFormTable td {font-size: 12px; color: #5a6d7e;}
.leadForm h2 {background: url("/content/images/header_Request_More_Information.gif") no-repeat left top; text-indent: -9999px; height: 24px; border-bottom: solid 1px #5a6d7e;}