#LocationForm input {
	font-size: 22px;
	vertical-align: middle;
}

input#locationSearch {
	
	display: inline-block;
	width:100% !important;
	box-sizing: border-box;
	margin: 10px 5px;
	padding: 4px;
}
#LocationForm fieldset{
	color:white;
	text-shadow: rgba(0,0,0,0.3) 0px 1px 0px;
	border:none;
	width:630px;
	background:url('/common/images/access/bubble_green_bottom.png') no-repeat left bottom;
	padding:0;
	padding-bottom:1px;
	margin:  auto;
	margin-bottom:20px;

}
#LocationForm fieldset h3{
	font-weight: bold;
	margin:0;
	margin-top: 5px;
	margin-bottom:5px;
	color: white;
}
#LocationForm fieldset div.content{
	display: block;
	padding:10px 20px;
	padding-left:82px;
	background:url('/common/images/access/bubble_green_content.png') no-repeat left top;
	min-height:56px;
	vertical-align: middle;
	margin-bottom:9px;
	font-size:14px;
}
#LocationForm fieldset div.content div{
	margin: 4px 0;
}
#LocationForm fieldset.notes{
	text-shadow: none;
	color:#fff;
	width:630px;
	background-image: url('/common/images/access/bubble_yellow_bottom.png');
}
#LocationForm fieldset.notes div.content{
	background-image: url('/common/images/access/bubble_yellow_content2.png');
}
#LocationForm fieldset.error{
	/*width:830px;*/
	background-image: url('/common/images/access/bubble_red_bottom_short.png');
}
#LocationForm fieldset.error div.content{
	background-image: url('/common/images/access/bubble_red_content_short.png');
}


#LocationForm div {
	margin: 8px 0;
}

#LocationForm .panel {
	display: none;
}
#LocationForm.staffed #staffed_service_types, #LocationForm.other #other_service_types, #LocationForm.unknown #unknown_service_types, #LocationForm.no_service #building_no_service, #LocationForm.error #building_error {
	display: block;
}


/* --------------------------OLD-------------------------------*/



form#LocationForm .AddressSearchForm {
	margin:50px 0;
	margin-bottom:65px;
	position:relative;
	background: url('/common/images/access/address_search_bg.png') no-repeat top right;
	height:70px;
	width:auto;
	padding-left:120px;
}
form#LocationForm .AddressSearchForm img, form#LocationForm .AddressSearchForm .stand{
	position:absolute;
	top:-20px;
	left:-15px;
	width:128px;
	height:128px;
}
form#LocationForm .AddressSearchForm .stand{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/globe/globe_stand.png');
}
form#LocationForm .AddressSearchForm > .stand{
	background:url('/common/images/globe/globe_stand.png');
}
form#LocationForm .AddressSearchForm input, form#LocationForm .AddressSearchForm search{
	font-size:24px;
	width:90% !important;
	margin-top: 15px;
	vertical-align: middle;
}

form#LocationForm .AddressSearchForm.searching img.still{
	visibility:hidden;
}
form#LocationForm .AddressSearchForm button{
	display:inline-block;
	border:none;
	padding:0;
	width:40px;
	height:32px;
	margin-top:5px;
	cursor:pointer;
	vertical-align:middle;
	background:url('/common/images/access/arrow_submit.png') no-repeat center right;
}