
/* Where to buy locator styles */

#locator
{
	top: 55px;
	right: 12px;
	position: absolute;
	
	/*border: 1px solid red;*/
}

#locator,
#locator #content
{
	width: 175px;
}

#locator #content
{
	height: 45px;
	position: relative;

	/*border: 1px solid green;*/
}

#locator p
{
	color: White;
	margin-top: 12px;
	text-align: right;
	font-weight: bold;
	margin-right: 39px;
}

#locator input[type=text],
#locator input[type=image]
{
	display: block;
}

#locator input[type=text]
{
	border: 0;
	right: 34px;
	color: #666;
	width: 96px;
	bottom: 5px;
	position: absolute;
	padding: 6px 3px 4px 3px;

	/*background-color: Red;*/
}

#locator input[type=image]
{
	right: 0;
	bottom: 2px;
	position: absolute;
}

