﻿.BPnlUploader {
  background-color: #707070;
  color: white;
  height: 50px;
  width: 100%;
  height: 100%;
}

.BLnkUploader {
  color: white;
  text-decoration: underline;
  cursor: pointer;
  float: left;
}

.BFileUploaded {
  float: left;
  margin: 1px;
  height: 18px;
  border: solid 1px white;
  background-color: whitesmoke;
  color: #707070;
  font-size: 9pt;
  font-style: italic;
  text-decoration: none;
  cursor: pointer;
  border: solid 1px white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  max-width: 270px;
}

.BBtnDeleteFile {
  float: right;
  width: 24px;
  height: 24px;
  margin: 2px;
}
