#custom_info_window{
	width:255px;
}
#custom_info_window_contents{
  background-color: #FFF;
}
#custom_info_window_contents input#google_from{
	width:234px;
}

#custom_info_window_tl{
  width: 12px;
  height: 13px;
  background: url('images/google/tl.png') top left no-repeat transparent;
}
* html #custom_info_window_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/google/tl.png', sizingMethod='crop');
}
#custom_info_window_t{
  background: url('images/google/t.png') top left repeat-x #FFF;
}
#custom_info_window_tr{
  width: 12px;
  height: 13px;
  background: url('images/google/tr.png') top right no-repeat transparent;
}
* html #custom_info_window_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/google/tr.png', sizingMethod='crop');
}
#custom_info_window_l{
  background: url('images/google/l.png') top left repeat-y transparent;
  width: 1px;
}
#custom_info_window_r{
  background: url('images/google/r.png') top right repeat-y transparent;
  width: 1px;
}
#custom_info_window_bl{
  width: 13px;
  height: 12px;
  background: url('images/google/bl.png') top left no-repeat transparent;
}
* html #custom_info_window_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/google/bl.png', sizingMethod='crop');
}
#custom_info_window_b{
  height: 1px;
  background: url('images/google/b.png') bottom left repeat-x #FFF;
}
#custom_info_window_br{
  width: 13px;
  height: 12px;
  background: url('images/google/br.png') top left no-repeat transparent;
}
* html #custom_info_window_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/google/br.png', sizingMethod='crop');
}
#custom_info_window_close{
  width: 20px;
  height: 20px;
  margin-top:11px;
  background: url('images/google/close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/google/close.png', sizingMethod='crop');
}
#custom_info_window_beak{
  width: 90px;
  height: 67px;
  margin-left: 50px;
  background: url('images/google/beak.png') top left no-repeat transparent;
}
* html #custom_info_window_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/google/beak.png', sizingMethod='crop');
}


.google_button {
	background: url(images/google/button.gif) 0px 3px no-repeat;
	height: 22px;
	width: 84px;
	text-align: center;
	color: #990000;
	font-size: 9px;
	border: 0px;
	font-family:Verdana;
	*padding-top:3px;
}

.google_input {
	background:url(images/google/input.gif) no-repeat top left ;
	padding: 2px;
	height: 16px;
	width: 234px;
	border: 0px;
	font-size: 9px;
	color:#aaaaaa;
	margin-top:5px;
	font-family:Verdana;
}
	
