#downloadSelection
{
  width:30em;
  height:30em;
  background: -moz-linear-gradient(gray, black);
  background: -webkit-linear-gradient(gray, black);
  background: -o-linear-gradient(gray, black);
  background: linear-gradient(gray, black);
  color:lightgray;
  position:relative;
}


#selFiles
{
  margin-top:1em;
  margin-left:11em;
  border: 1px solid black;
  font-size: 90%;
  border-radius: 0.3em;
  line-height: 2;
  text-align: center;
  background-color:silver;
  cursor: pointer;
  display:none;
  outline:0;


}

#assetList
{
  width:20em;
  max-height:20em;
  background-color:white;
  border:1px solid black;
  
  margin-left:14%;
  margin-top:6px;
  color:black;
  display:none;
}

#selAll
{
  margin-left:10em;
  padding-top:2em;
}

#downloadTitle
{
  height:3em;
}

#downloadName
{
  font-size:110%;
  font-weight:bold;
  display:block;
  line-height:3em;
  text-align:center;

}

#downloadProgress
{
  height:2em;
  width:50%;
  margin:auto;
  margin-top:.2em;

}

#progBar
{
  height:3em;
}

#progBar > span
{
  width:100%;
  display:block;
  text-align:center;
  margin-top:.5em;
}

.AiDownloadButton
{
  border: 0.2em solid black;
  font-size: 100%;
  border-radius: 0.3em;
  line-height: 2;
  text-align: center;
  margin: 0 auto;
  background: #999;
  cursor: pointer;
  outline: 0;

}

#actionBar
{
  width:100%;
  height:2em;

  position:absolute;
  top:90%;
  left:30%;

}