﻿#county_title
{
	float:left;
	margin-top:3px;
	width:50px;
}

#city_title
{
	float:left;
	margin-top:3px;
	width:50px;
}

#cost_title
{
	float:left;
	margin-top:3px;
	width:50px;
}

#cost
{
	display:none;
}

	#cost #costValue
	{
		color:#ff0000;
		font-weight:bold;
		width:300px;
	}
	
.inputDropdownLoc
{
	width: 304px;
	font-family: Verdana, Arial;
	font-size: 10pt;
}

.inputTextLoc
{
	width: 300px;
	font-family: Verdana, Arial;
	border: solid 1px #2a3390;
	background-image: url('../images/textbox.jpg');
	font-family: Verdana, Arial;
	font-size: 10pt;
	background-repeat:no-repeat;
	_background-attachment:fixed;
}

.locDiv
{
	float:left;
	margin-bottom:2px;
}

.locPrice
{
	color:#ff0000;
}

.priceDesc
{
	clear:both;
	margin:3px 0px 3px 50px;
	font-size:0.9em;
	width:300px;
}
