#demo_element {
  top: 500px;
  left: 260px;
  border: 1px solid #000080;
  z-index: 10;
  width: 300px;
  display: none;
  padding: 1px;
  background: #d7e8f8 url(/images/content_bg.png) repeat-x bottom left;
}

#demo_element h2 {
  color: #fff;
  background: #A6CAF0 url(/images/title_bar.jpg) repeat-y;
  margin: 0;
  padding: 2px 7px;
}

#demo_element h2:before {
  content: '';
}

.lers_hilight {
  opacity: .8;
  filter: alpha(opacity=80);
}

.lers_hilight h2 {
  background-color: #44a !important;
  cursor: move;
}

#demo_element .content_object {
  margin-top: 0;
}

.close {
  float: right;
  color: #fff !important;
  text-decoration: none !important;
  font-family: sans-serif;
}