.consultation_panel {
  position:absolute;
  z-index:15000;
}
.consultation_title {
  background: transparent url(../images/consultation_title.gif);
  width:105px; 
  height: 34px;
}
.consultation_close_button {
  margin-top:3px;
  margin-right:3px;
  background:transparent url(../images/close_button.gif) no-repeat scroll 0 0;
  cursor:pointer;float:right;
  width:25px;
  height:25px;
  overflow:hidden;
}
.consultation_body {
  margin: 0px 0px;
  padding: 0px 0px;
  width:105px;
}
.consultation_left_border {
  float:left;
  background: transparent url(../images/consultation_left_side.gif) repeat-y right;
  width:5px;
  height:100%;
}
.consultation_content {
  float:left;
  background: #FFFFFF;
  width:94px;
}
.consultation_item {
  padding-top: 8px; 
  padding-left: 10px;
}
.consultation_right_border {
  float:left;
  background: transparent url(../images/consultation_right_side.gif) repeat-y right;
  width:6px;
  height:100%;
}
.consultation_footer {
  background: transparent url(../images/consultation_footer.gif);
  width:105px; 
  height: 57px;
}
