body {
  font-family: verdana, arial, helvetica, sans-serif;
  color: black;
  font-size: 13px;
}

a { color: black; text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

#container {
  border: 1px solid silver;
  width: 500px;
  background: #e3e3e3;
}

.file a {
  padding: 10px;
  border: 1px solid silver;
  margin: 10px;
  display: block;
  background: #fff;
}

.dir a {
  padding: 20px;
  border: 1px solid silver;
  margin: 10px;
  display: block;
  font-weight: bold;
  background-image: url(folder.png);
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  padding-left: 60px;
}

.updir a {
  background-image: url(folder_up.png);
}

.file a.title img {
  border: 1px solid silver;
  float: left;
}

.file a.title span.filetitle {
  padding-top: 9px;
  margin-left: 15px;
  display: block;
  float: left;
}

.file a.title span.size {
  padding-top: 9px;
  float: right !important;
  color: gray;
}

.filefooter {
  font-size: 10px;
  background: #f2f2f2;
  padding: 3px;
  margin: 10px;
  border: 1px solid silver;
  border-top: 0;
  margin-top: -10px;
  text-align: right;
}

.filefooter a {
  margin-right: 10px;
  padding-left: 3px;
  padding-right: 3px;
}

.deletelink {
  color: gray;
}

.clearer {
  clear: both;
}

#footer {
  width: 460px;
  font-size: 9px;
  color: gray;
  padding: 10px;
  text-align: center;
}

#footer a {
  color: gray;
}

#login {
  width: 200px;
  text-align: center;
  padding: 10px;
  border: 1px solid silver;
  position: absolute;
  background: white;
  margin-left: 140px;
  margin-top: 50px;
  z-index: 20;
  display: none;
}

#login label {
  margin-bottom: 5px;
  display: block;
}

#login input {
  width: 150px;
}

#carpet {
  background-image: url(overlay.png);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  display: none;
}

h2 {
  margin-top: 0;
}

#upload {
  padding: 10px;
  border-bottom: 1px solid silver;
  border-top: 1px solid silver;
  background: #f2f2f2;
}

#folder-links {
  padding: 10px;
}

#upload h2 {
  font-size: 13px;
}