#propertyInfoWindow {
	width: 220px;
	opacity: .9;
	font-size: 80%;
	line-height: 1.3em;
  cursor: pointer;
}
#propertyInfoWindow_contents{
	background-color: #FFF;
	border: 2px solid black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#propertyInfoWindow_beak{
  width: 24px;
  height: 20px;
  background: url('../images/black_beak.png') top left no-repeat transparent;
}
#propertyInfoWindow:hover .viewDetailsLink {
	background-image: url('/images/right_arrow_hover.png');
	background-color:transparent;
}

/* Alpha transparencies hack for IE */
/** html #propertyInfoWindow_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/red_beak.png', sizingMethod='crop');
}
*/
#propertyInfoWindow_tl,
#propertyInfoWindow_tr,
#propertyInfoWindow_bl,
#propertyInfoWindow_br,
#propertyInfoWindow_t,
#propertyInfoWindow_l,
#propertyInfoWindow_r,
#propertyInfoWindow_b {
/*  background-color: #F00;*/
  height: 0px;
  width: 0px;
}
