/*********************************
POP-UPS, DIALOG BOXES AND HEADERS
*********************************/
.asiDialog{
  color: black;
  background-color: #fff;
  border: 1px solid #2f2f2f;
}
.asiDialog .controls{
  font-variant: normal;
}
.asiDialog .controls a{
  border: none;
}
.asiDialog .controls .move{
  cursor: move;
}
.asiDialog h1{
  background: #373737 url(../../components/dialogs/img/header_bg.gif);
  color: white;
  font-weight: bold;
  border: None;
  cursor: move;
}
.asiDialog.fullWindow{
  border:none;
}