﻿body, form, p
{
	margin:0px;
	padding:0px;
}

a:hover, a:link, a:visited 
{
	color: #FFFFFF;
}

#container 
{
	position:relative;
	font-family: Arial;
	font-size:12px;
	margin-left: auto;
	margin-right:auto;
	width:930px;
	height:426px;
	border:0px dotted #ccc;
	overflow:hidden;
}

#map_canvasBorder {
position:absolute;
top:0px;
right:0px;
background-color:#fff;
}

#map_canvas {
width:600px;
height:426px;
}

#loading {
position:absolute;
top:0px;
right:0px;
width:600px;
height:406px;
text-align:left;
background-image: url(../images/loading2.gif);
background-position: bottom left;
background-repeat: no-repeat;
}




#controlsContainer {
float:left;
width:330px;
height:406px;
}

#controlsWrapperBorder {
/*padding:10px 10px 10px 10px;
text-align:center;
background:#000;
height:406px;*/
}

#controlsWrapper {
padding:10px;
text-align:left;
}

#txtCityStateZip {
padding:2px;
height:17px;
/*width:148px;*/
width:75%;
float:left;
border: solid 1px #666;
margin-bottom:5px;
}

#btnSearch, #btnDirections{
cursor:pointer;
height:18px;
border: 0px solid #666;
margin:0px;
padding:5px;
font-size:10px;
text-transform:capitalize;
background-color:Transparent;
float:right;
}

#btnSearch
{
	background-color:#ffce00;
	height:23px;
	width: 20%;
	padding:0px;
	text-align:center;
	line-height: 23px;
}



#lblSearch {
color:#333;
clear:both;
padding-bottom: 10px;
}

#storeResultsWrapper {
padding-top: 10px;
border-top: 1px dotted #999;
overflow:auto;
height:344px;
}

#storeResults {
}

#txtStartAddress {
height:11px;
font-size:9px;
padding:2px;
width:160px;
}

#lblDirectionsExample {
color:#ccc;
font-size:10px;
}