#dropSheet
{
  background-color: #FFFeEE;
  /*background-image: url(../imagenes/clasificados/alertas/dots.gif);*/
  opacity: 0.60;
  filter: alpha(opacity=60);
  z-index:1000;
}

.customDialog
{
  width: 215px;
  height: 105px;
  padding-bottom: 0px;
  background-image: url(../imagenes/clasificados/alertas/cargando_fondo2.gif);
  background-repeat: no-repeat;
  background-position: 0 100%;
  font-size: 80%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  z-index:1001;
}

.customDialog h1
{
  position: relative;
  top: -10px;
  margin: 0;
  border-bottom: 1px solid #001932;
  padding: 5px 8px;
  font-size: 120%;
  background-image: url(../imagenes/clasificados/alertas/dialog_heading.gif);
  background-repeat: no-repeat;
  color: #FFFFFF;
  text-align: left;
}

/*.customDialog p
{
  min-height: 80px;
  margin: 0 0 0 0;
  padding-right: 8px;
  padding-top: 5px;
  padding-left: 35px;
  background-image:  url(../imagenes/clasificados/alertas/LoadingGraphic.gif);
  background-repeat: no-repeat;
  background-position: 15px 35px;
  text-align: left;
}*/

* html .customDialog p
{
  height: 20px;
}

.customDialog input
{
  margin: 0 5px;
  border: 3px double #FFFFFF;
  border-right-color: #7F7F7F;
  border-bottom-color: #7F7F7F;
  padding: 0 5px;
  background-color: #BBBCBC;
  background-image: url(../imagenes/clasificados/alertas/dialog_button.gif);
  background-repeat: repeat-x;
}
