input[type=text]{
	width: 221px;
	background: transparent url('../images/bg.jpg') no-repeat;
	color : #747862;
	height:20px;
	border:0;
	padding:4px 8px;
	margin-bottom:0px;
}

#styled-select{
	width:132px;
	height:28px;
	overflow:hidden;
	background: url('../images/ddbg.png') no-repeat;
}
#styled-select select{
	background:transparent;
	width:132px;
	height:28px;
	padding:5px;
	font-size:16px;
	line-height:1;
	border:0;
	border-radius:0;
	-webkit-appearance:none;
}
#btnSearch{
	background:url('../images/btnSearch.png') no-repeat;
	border:none;
	width:70px;
	height:29px;
	cursor:pointer;
}
.btnGetDirections{
	background:url('../images/btnGetDirections.png') no-repeat;
	border:none;
	width:103px;
	height:29px;
	cursor:pointer;
}
#container{
	min-height:500px;
	width:670px;
	padding:0px;
}
#resultscount{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:30px;
}
#map_canvas{
	height:425px;
}

#listcontainer{
	height:350px;
	overflow-y:scroll;	
}

#resultscontainer{
	margin-top: 0px;
}

#parameters{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

#storecount p{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #3D4631;
	height: auto;
	padding-left: 15px;
	font-size: 20px;
	line-height: 50px;
}
#results{
	list-style-type:none;
	padding:0;
	margin:0;
}
#noresults{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background:#FF0000;
	height:50px;
	padding-left:15px;
	font-size:20px;
	line-height:50px;
}
.text-label {
    color: #cdcdcd;
    font-weight: bold;
}
.resultsitem{
	background:#D9D9D9;
	min-height:80px;
	padding:15px;
	margin-bottom:10px;
	position:relative;
}
.resultheader{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	
}
.resultsiteminfo{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left:26px;
}
.directions{
	width:100px;
	position:absolute;
	left:525px;
	top:20px;
}
.labels{
	color: #000000;
	background-color: #fc887d;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border: 1px solid black;
	height:10px;
	width:10px;
	white-space: nowrap;
	z-index:1000;
	border:none;
}
#container #paramcontainer #parameters {
	font-size: small;
}
