/* forms */
.simple-search
{
	position: relative;
	height: 40px;
	width: 660px;
	border: none;
	padding: 0; /* prevent FF increasing box size */
	margin: 0; /* prevent FF increasing box size */
}

.simple-searchMapshopHome
{
	position: relative;
	height: 120px;
	border: none;
	padding: 0; /* prevent FF increasing box size */
	margin: 0; /* prevent FF increasing box size */
	background: none repeat scroll 0 0 #F0F0F0;
    border-color: #A2A1A6;
}

.simple-search label
{
	color: #820000;
	font-size: 13pt;
	position: absolute;
	top: 5px; /* vertically align with middle of text box */
}

.simple-search .go
{
	position: absolute;
	right: 14px; /* align with matching buttons in banners */
}

.simple-searchMapshopHome .go
{
	/* position: relative;*/
/*	left: 20px;
	float: right; */
}

.simple-search .search-box-Mapshop
{
	/* position: absolute; */
	left: 215px; /* move past label text and make sure both text boxes line up */
	width: 350px; /* matches background image dimension */
	height: 43px; /* matches background image dimension */
	padding: 4px 8px 4px 4px; /* move text into middle of background image */
	background: url( '../images/bg-input-sf.jpg' ) no-repeat;
	border: none; /* turn off default text box borders */
	color: #737373;
}

.simple-search .search-box
{
	position: absolute;
	left: 215px; /* move past label text and make sure both text boxes line up */
	width: 350px; /* matches background image dimension */
	height: 34px; /* matches background image dimension */
	padding: 8px; /* move text into middle of background image */
	background: url( '../images/bg-input-sf.jpg' ) no-repeat;
	border: none; /* turn off default text box borders */
	color: #737373;
}

.search-box-MapshopHome
{
	/* position: absolute; */
	
	width: 350px; /* matches background image dimension */
	/* padding-left:100px; */ /* move text into middle of background image */
	text-align: center;
	padding: 4px 5px 8px 5px;
	font-size: 14pt;
	background: url( '../images/bg-input-sf.jpg' ) no-repeat;
	border: none; /* turn off default text box borders */
	color: #737373;
}

.search-box-MapshopHomeWhereAmI
{
	/* position: absolute; */
	
	width: 270px; /* matches background image dimension */
	/* padding-left:100px; */ /* move text into middle of background image */
	text-align: center;
	padding: 4px 5px 8px 5px;
	font-size: 14pt;
	background: url( '../images/bg-input-270.jpg' ) no-repeat;
	border: none; /* turn off default text box borders */
	color: #737373;
}

/* search/coords/tiles/upload links */
ul#mapshop-links
{
	margin: 15px 0;
	padding: 0;
}

#mapshop-links li /* these are meant to display all on one line with no bullets */
{
	list-style: none;
	list-style-image: none !important; /* remove normal bullet image */
	padding: 0;
	margin: 0 6px 0 0;
	float: left;
	white-space: nowrap;
}
#mapshop-links tr /* these are meant to display all on one line with no bullets */
{
	
	padding: 0;
	margin: 0 6px 0 0;
	float: left;
	white-space: nowrap;
}

#mapshop-links img
{
	vertical-align: middle;
}

#mapshop-links a
{
	text-decoration: none;
	font-size: 10.5pt;
}

#mapshop-links .highlighted-conjunction
{
	color: #A2B100;
}

#mapshop-links-end
{
	clear: both;
}

