html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
}


body {
	font-family: helvetica, arial, sans-serif;
	color: #333333;
	font-size: 12px;
}

a {
	color:#EE2B74;
	text-decoration:underline;
}

p.store_link {
	text-align: center;
	font-size: 10px;
	height: 52px;
	width: 100%;
	padding-bottom: 25px;
}

ul + p.store_link {
	float: left;
	padding: 15px 0 25px 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;

}


#container {
	margin: 5px;
}

input#query {
	width: 215px;
}

p {
	padding: 3px 0;
}

/* Margin for the "Did you include the city's name" notice */
p + p {
	margin-bottom: 12px;
}

h1 {
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: -2px;
	color: #F7C9D9;
	font-weight: bold;
	margin-left: 90px;
	padding-top: 8px;
}

#header {
	line-height: 30px;
	background: transparent url('/images/guichetier_medium.png') no-repeat;
	height: 80px;
}

#search_form {
	clear: both;
	margin: 15px 0;
}

#footer {
	clear: left;
	border-top: 1px solid #F7C9D9;
	padding-top: 5px;
	font-size: 12px;
	text-align: center;
}

ul {
	width: 100%;
	float: left;
	clear: both;
	list-style-type: none;
	margin: 7px 0;
}

ul li {
	font-size: 12px;
	padding: 10px 0 15px 0;
	width: 310px;
	clear:left;
}

.atm_name {
	color: #EF79A0;
}

ul li img {
	float: left;
	padding-right: 10px;
}

.address {
	float: left;
	line-height: 16px;
	width: 210px;
}

.distance {
	float: left;
	padding: 9px 0 0 10px;
	position: absolute;
	left: 260px;
}

.bar {
	display: block;
	background-color: #EF79A0;
	height: 5px;
}

.coordinates {
	display: none;
}