/*
 * Name:           contactTours.css
 * Author:         EC
 * Description:    CSS for the contact form pages
 * Created:        7-27-09
 * 
 */

.tourInpHeight
{
	height: 28px;
	width: 166px;
	float: left;
	margin-left: -6px;
}

.inputBg_lt
{
	background: url(../images/subpage/smInput.jpg) repeat scroll 0 0;
	display: block;
	height: 28px;
	width: 150px;
	margin-left: 0px;
}

.inputBg_ltAddy
{
	background: url(../images/subpage/longInput.jpg) repeat scroll 0 0;
	display: block;
	height: 28px;
	width: 324px;
	margin-left: 0px;
}

.formLabel
{
	display: block;
	margin-bottom: -5px;
}

.inputBg_lt input, .inputBg_ltAddy input
{
	position: relative;
	border: none;
	background: none;
	top: 5px;
	left: 8px;
}

.tourInpHeight_State
{
	height: 28px;
	width: 60px;
	float: left;
	margin-right: 40px;
}

.txtArea
{
	position: absolute;
	right: 5px;
	top: 28px;
}

.sepHR
{
	width: 500px;
	height: 3px;
	margin-left: -18px;
	margin-bottom: 8px;
	background: url(../images/subpage/headingDots.gif) repeat-x;
}

#RightCol_Content
{
	width: 304px;
	background: url(../images/subpage/rhtCol_buildNow.png) top no-repeat;
	padding-bottom: 60px;
}

.CustomNow
{
	font-size: 12px;
	position: relative;
	color: #FFF;
	width: 200px;
	top: 60px;
	left: 4px;
}

#BuildBttn
{
	position: absolute;
	top: 178px;
	left: 220px;
}

