
/* Where to buy locator styles */

#locator
{
	top: 197px;
	right: 50px;
	height: 130px;
	position: absolute;
	background: transparent url(../img/css/bgd-where-to-buy.jpg) no-repeat top left;
	
	/*border: 1px solid red;*/
}

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

#locator #content
{
	width: 173px;
	height: 105px;
	position: relative;

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

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

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

#locator input[type=text]
{
	border: 0;
	left: 21px;
	color: #666;
	width: 80px;
	bottom: 11px;
	position: absolute;
	padding: 6px 20px 4px 3px;

	/*background-color: Red;*/
}

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