﻿.vacationRoostPackages
{
	height: 35px;
	width: 273px;
	background: url("header_VR_Packages.gif") no-repeat left top;
	text-indent: -9999px;
	margin-bottom: 20px;
}

.rightContent
{
	float: right;
	width: 460px;
}

.rightContent h2
{
	margin-bottom: 10px;
}

.rightContent p
{
	margin-top: 0px;
}

.leftContent
{
	float: left;
	width: 438px;
}

.packageInfo
{
	background: #B6D4F6;
	border: solid 1px #99B3D0;
	padding: 10px;
	margin: 10px 0px;
}

.packageInfo ul
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.packageInfo li
{
	width: 45%;
	float: left;
	margin-left: 5px;
	padding-left: 15px;
	list-style: none;
	background: url("../content/images/bullet.gif") no-repeat left 4px;
}

.leadForm 
{
	padding: 10px;
	background-color:#ffe4b7;
	border: solid 1px #ffd38a;
	clear: both;
}

.leadFormInner
{
	padding: 20px 80px 20px 80px;
}

.leadFormInner h2
{
	height: 19px;
	width: 125px;
	background: url("header_Get_This_Package.gif") no-repeat left top;
	text-indent: -9999px;
}

input.date { height: 16px; width: 97px; background: white url(../images/icon_Calendar.gif) no-repeat 82px 2px; border: solid 1px #99b3d0; padding: 2px 1px 1px 2px; }

.leadForm .checkIn
, .leadForm .checkOut
, .leadForm .adults
, .leadForm .children
{
	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;
}

.leadForm .checkIn
{
	background-position: left -77px;
	width: 90px; /* Fixes an IE7 disappearing background bug */
}

.leadForm .checkOut
{
	background-position: left -89px;
	width: 90px; /* Fixes an IE7 disappearing background bug */
}

.leadForm .adults
{
	background-position: left -100px;
	width: 40px; /* Fixes an IE7 disappearing background bug */
}

.leadForm .children
{
	background-position: left -111px;
	width: 90px; /* Fixes an IE7 disappearing background bug */
}

.leadForm table p
{
	float: left;
	margin: 0px 5px 0px 0px;
}

.leadForm table td
{
	vertical-align: middle;
}

.leadForm textarea
{
	width:708px;
}

.leadForm table img
{
	margin-right: 10px;
}