
#ftp_div {
  background: #FFFFFF;
  width: 600px;
  border: solid 1px #000000;
  z-index: 50;
  position: absolute; 
}

#ftp_content {
  padding: 10px;
  background-color:     #DAE0D2;
}

.file_transfer_item {
  padding: 2px;
}
.file_transfer_item img {  
  vertical-align:bottom;
}

#ftp_file_status {
  border: solid 1px black;
  height: 55px;
  overflow: auto;
  padding: 5px;
  background-color: #FFFFFF;
}

#ftp_status {
  height: 35px;
}

#ftp_status img {
  vertical-align:bottom;
}

.ftp_window {
  border: solid 1px black;
  height: 250px;
  width: 255px;
  overflow: scroll;
  padding: 5px;
  background-color: #FFFFFF;  
}

.ftp_action {
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  background: #CCCCCC;
  width: 100%;
}

.ftp_explore {
  overflow: auto;
  height: 100%;
}


.site_list_item {
  text-align:bottom;
  white-space: nowrap;
}

.site_list_item img {
  vertical-align:bottom;  
  padding:2px;
}

.site_item_chkbox {
  width:                auto;
  background:           none;
  height:               auto;
}
