#idrop_efect {
 top: 0;
 left: 0;
 z-index: 1002;
 width: 100%;
 height: 100%;
 opacity: 0.7;
 position: fixed;
 background-color: #000;
}
#idrop_frame {
 z-index: 1003;
 display: block;
 text-align: left;
 position: fixed;
 padding: 20px 10px 10px 10px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -webkit-box-shadow: 2px 2px 2px #505050;
 -moz-box-shadow: 2px 2px 2px #505050;
 background: transparent url("idrop_borda.png");
}
#idrop_close {
 top: 6px;
 right: 10px;
 color: #fff;
 height: 14px;
 width: 43px;
 cursor: pointer;
 position: absolute;
 background: url("idrop_fechar.gif") no-repeat;
}
#idrop_html{
  float: left;
  width: auto;
  min-width: 50px;
  min-height: 8px;
  max-height: 560px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}
#idrop_title{
  color: #fff;
  padding: 5px;
  cursor: move;
  background: #486796;
  text-align: left;
  font-weight: bold;
  font-size: 13px;
  border: #fff 1px solid;
}
#idrop_main{
  padding: 10px;
  display: block;
  background: #FFF; 
  text-align: left;
  max-height: 430px;
  overflow-y: auto;
  overflow-x: hidden;
}
#idrop_acion{
  clear: both;
  display: block;
  background: #F2F2F2;
  border-top: #ccc 1px solid;
  padding: 8px 10px;
  text-align: right;
}