



#img_map_window { 
  display:block;
  position:absolute; 
  z-index: 600; 
  /*left:350px; 
  top:160px;
  width:300px;
  height: 300px;*/
  background-color:#dde3eb;
  border:1px solid #464f5a;
}


.img_map_title_bar { 
  padding-bottom:8px;
  /*width:400px;*/
  background-color:#8788b9;
  border-bottom:1px solid #464f5a;
  height:17px;
  z-index: 601; 
}

.img_map_title { 
  /*position:absolute; 
  top:2px; 
  left:5px;*/
  clear: both;
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  z-index: 602; 
}

.img_map_header_buttons { 
  cursor:pointer;
  float:right;
  margin-right:2px;
  margin-top:2px;
  width:32px;
  height: 22px;
  z-index: 602; 
}

/*#img_map_window .img_map_title_bar .img_map_header_buttons .img_map_close_box { */
.img_map_close_box { 
  background: transparent url('../images/close_window.gif') no-repeat scroll center top;
  display:block;
  float:right;
  height:15px;
  width:15px;
}


/*#img_map_window .img_map_title_bar .img_map_header_buttons .img_map_close_box:hover { */
.img_map_close_box:hover { 
  background-position: -17px;
}




.img_map_conv {
  background:white none repeat scroll 0 50%;
  border-bottom:1px solid #B9C4DA;
  border-left:1px solid #333333;
  border-right:1px solid #333333;
  color:black;
  cursor:default;
  /*overflow-x:hidden;
  overflow-y:auto;*/
  overflow:auto;
  z-index: 602; 
}


.img_map_conv_content {
  padding:3px 0;
}



.img_map_input_div {
  background:#FFFFFF;
  border-left:1px solid #333333;
  border-right:1px solid #333333;
  display:inline-block;
  padding:0 0 1px;
}


.img_map_shadow_input {
  height:0;
  left:-10000px;
  position:fixed;
  top:10000px;
  width:196px;
}


#img_map_window .img_map_message { 
  height: 15px;
}

#img_map_window .time_stamp {
  color:#FF0000;
  float:right;
  font-size:9px;
  font-weight:normal;
  padding:1px 0;
}


#img_map_window .img_map_prompt {
  color:#0000FF;

}
#img_map_window input { 
  width: 200px;
}
