.checkbox {
    vertical-align: middle;
    cursor: pointer;
    padding-bottom: 2px;
}

#black_infoWindow, #red_infoWindow, #blue_infoWindow, #yellow_infoWindow {
	margin-top: 4px;
    height: 23px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial;
    font-size: 11px;
}

#yellow_infoWindow {
    background: url('../images/map/infoWindow_yellow_bg.png');
}

#black_infoWindow {
    background: url('../images/map/infoWindow_black_bg.png');
}

#red_infoWindow {
    background: url('../images/map/infoWindow_red_bg.png');
}

#blue_infoWindow {
    background: url('../images/map/infoWindow_blue_bg.png');
}

#black_infoWindow_contents, #red_infoWindow_contents, #blue_infoWindow_contents, #yellow_infoWindow_contents {
    padding-top: 4px;
    white-space: nowrap;
    padding-right: 5px;
}

#black_infoWindow_tl, #black_infoWindow_tr, #black_infoWindow_bl, #black_infoWindow_br,
#black_infoWindow_t, #black_infoWindow_l, #black_infoWindow_r, #black_infoWindow_b, #black_infoWindow_beak,
#red_infoWindow_tl, #red_infoWindow_tr, #red_infoWindow_bl, #red_infoWindow_br,
#red_infoWindow_t, #red_infoWindow_l, #red_infoWindow_r, #red_infoWindow_b, #red_infoWindow_beak,
#blue_infoWindow_tl, #blue_infoWindow_tr, #blue_infoWindow_bl, #blue_infoWindow_br,
#blue_infoWindow_t, #blue_infoWindow_l, #blue_infoWindow_r, #blue_infoWindow_b, #blue_infoWindow_beak,
#yellow_infoWindow_tl, #yellow_infoWindow_tr, #yellow_infoWindow_bl, #yellow_infoWindow_br,
#yellow_infoWindow_t, #yellow_infoWindow_l, #yellow_infoWindow_r, #yellow_infoWindow_b, #yellow_infoWindow_beak {
    height: 0px;
    width: 0px;
}


.streetViewContainer {
	position: absolute;
	z-index: 10000;
}

#streetViewCursor {
    width: 23px;
    height: 58px;
    top: 22px;
    margin: 10px 0 0 16px;
    cursor: pointer;
    overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../images/map/streetview_normal.png);
}
#streetViewCursor.invalidTarget {
	background-image: url(../images/map/streetview_invalidTarget.png);
}
#streetViewCursor.found {
	background-image: url(../images/map/streetview_found.png);
}

.streetViewCloseButton {
	position: absolute;
	display: block;
	z-index: 10001;
	width: 20px;
	height: 20px;
	float: right;
	background-position:  center center;
	background-repeat: no-repeat;
	background-image: url(../images/map/streetViewCloseButton.png);
	cursor: pointer;
	border: none;
	overflow:hidden;outline:none;
}

a.chromeStreetViewCloseButton {
	clear: both;
	display: block;
	float: right;
	background: center right url(../images/map/streetViewCloseButton.png) no-repeat;
	padding: 5px 23px 5px 0;
}

