#info_window{
  width: 300px;
  margin-left:-8px;
  margin-top:6px;
}

#info_window_contents{
    background-color: #F4F4F4;
}

#info_window_contents img {
  float:left;
}

#info_window_contents .content{  
    float:right;
    margin-left:10px;
    width:190px;
}

#info_window_contents form {
    margin-top: 12px;
}

#info_window_contents input {
    border: #efefef 1px solid;
    width: 100px;
    font-family: Helvetica, Arial, sans-serif;
    color: #626262;
    float: left;
    padding: 3px 4px;
    font-size: 12px;
    margin-top: 5px;
    margin-left: -2px;
    margin-bottom: 1px;
}

#info_window_contents .contents input {
    border: #efefef 1px solid;
    width: 100px;
    font-family: Helvetica, Arial, sans-serif;
    color: #626262;
    float: left;
    padding: 3px 4px;
    font-size: 12px;
    margin-top: 5px;
    margin-left: -2px;
    margin-bottom: 1px;
}

#info_window_contents input {
    
}

#info_window_contents label {
    float: left;
    margin-top: 7px;
    margin-right: 10px;
}

#info_window_contents .content label {
    float: none;
    margin-right: 0;
}

#info_window_contents input[type=submit] {
    width: 80px;
    float: right;   
    background: #929292;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
}

#info_window_contents input[type=submit]:hover {
    background: #626262;
}

#info_window_beak{
  width: 33px;
  height: 19px;
  background: url('../img/infoWindow/beak.png') top left no-repeat transparent;
}

* html #info_window_beak{
  /* Alpha transparencies hack for IE */
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/infoWindow/beak.png', sizingMethod='crop');
}

#info_window_t {
   height: 20px;
	background: url('../img/infoWindow/top.png') top left repeat-x transparent;
}

#info_window_b {
   height: 20px;
	background: url('../img/infoWindow/bottom.png') top left repeat-x transparent;
}

#info_window_l {
   width: 20px;
	background: url('../img/infoWindow/left.png') top left repeat-y transparent;
}

#info_window_r {
   width: 20px;
	background: url('../img/infoWindow/right.png') top left repeat-y transparent;
}

#info_window_tl {
	width: 20px;
   height: 20px;
	background: url('../img/infoWindow/tl.png') top left no-repeat transparent;
}

#info_window_tr {
	width: 20px;
   height: 20px;
	background: url('../img/infoWindow/tr.png') top left no-repeat transparent;
}

#info_window_bl {
	width: 20px;
   height: 20px;
	background: url('../img/infoWindow/ll.png') top left no-repeat transparent;
}

#info_window_br {
	width: 20px;
   height: 20px;
	background: url('../img/infoWindow/lr.png') top left no-repeat transparent;
}

#info_window_close {
    cursor: pointer;
	height: 26px;
	width: 26px;
	background: url('../img/infoWindow/close.gif') bottom left no-repeat transparent;
}
