
INPUT#findButton {
	overflow: visible;
	padding: 0 10px;
}

.mapContainer {
	padding-top: 30px !important;
}
DIV.directionsCities {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	position: absolute !important;
	top: -20px !important;
	left: 0px !important;
}
DIV.directionsCities UL {
	margin: 0;
	padding: 0;
	padding-left: 3px;
}
DIV.directionsCities UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	margin-left: -3px;
	background: url(pics/directionsCitiesRight.gif) no-repeat right top;
}
DIV.directionsCities UL LI A {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 20px;
	text-decoration: none;
	color: #000;
	background: url(pics/directionsCitiesLeft.gif) no-repeat left top;
}
DIV.directionsCities UL LI#mapMarker_0 A {
	background: url(pics/directionsCitiesLeftFirst.gif) no-repeat left top;
}
DIV.directionsCities UL LI A:hover {
	text-decoration: underline;
}

/* mapTypeButtons
=================*/
.mapTypeButton {
	background: url(pics/mapTypeButton.gif) no-repeat center center;
	line-height: 31px;
	text-align: center;
	color: #000;
}
HTML>BODY .mapTypeButton {
	background: url(pics/mapTypeButton.png) no-repeat center center;
}
.mapTypeButtonOpen {
	font-weight: bold;
}

/* Directions
==================*/
#dircontainer {
	padding: 10px 0 0 0;
}

/* reallyWindow
=================*/
#reallyWindow {
	width: 200px;
	height: 180px;
}
#reallyWindow_contents {
	width: 200px;
	color: #000000;
	background: url(pics/img_window_bg.jpg) top left repeat-x #e3e3e3;
	height: 80px;
	overflow: auto;
}
html>body #reallyWindow_contents {
	height: auto;
	min-height: 80px;
}
#reallyWindow_contents h2 {
	color: #000;
	font-size: 14px;
	padding-top: 0px;
	margin-top: 0px;
}
#reallyWindow_beak {
	width: 19px;
	height: 10px;
	background: url(pics/img_arrow.png) top left no-repeat transparent;
}
#reallyWindow_close{
	width: 21px;
	height: 21px;
	background: url(pics/img_btn_close.png) top left no-repeat transparent;
	cursor: pointer;
}
#reallyWindow_tl {
	width: 12px;
	height: 13px;
	background: url(pics/img_bgcorner_topleft.png) top left no-repeat transparent;
}
#reallyWindow_tr {
	width: 12px;
	height: 13px;
	background: url(pics/img_bgcorner_topright.png) top left no-repeat transparent;
}
#reallyWindow_bl {
	width: 12px;
	height: 13px;
	background: url(pics/img_bgcorner_bottomleft.png) bottom left no-repeat transparent;
}
#reallyWindow_br {
	width: 12px;
	height: 13px;
	background: url(pics/img_bgcorner_bottomright.png) bottom left no-repeat transparent;
}
#reallyWindow_t, #reallyWindow_b {
	width: 200px;
	height: 13px;
}
#reallyWindow_t {
	background: url(pics/img_bgcorner_top.png) top left no-repeat transparent;
}
#reallyWindow_b {
	background: url(pics/img_bgcorner_bottom.png) top left no-repeat transparent;
}
#reallyWindow_l, #reallyWindow_r {
	background-color: #000;
	width: 12px;
}
#reallyWindow_l {
	background: url(pics/img_bgcorner_left.png) top left no-repeat transparent;
}
#reallyWindow_r {
	background: url(pics/img_bgcorner_right.png) top right no-repeat transparent;
}
