* {
  margin: 0;
  padding: 0;
  font-family: verdana;
  letter-spacing: normal;
  font-weight: normal;
  font-size: 12px;
}
body {
  margin: 0;
  padding: 0;
  background-color: black;
}
#main {
  padding: 4px 4px 5px 5px;
  background-color: black;
  text-align: left;
  line-height: 17px;
  text-indent: -1px;
}
a.red_all_underline {
  color: #ff0033;
  text-decoration: none;
}
a.red_all_underline:hover {
  color: #ff0033;
  text-decoration: underline;
}
div.frame_grey {
  padding: 5px 0px 0px;
  background-color: black;
  margin-bottom: 8px;
  margin-top: 5px;
  text-align: left;
  margin-right: 9px;
}
div.frame_white {
  border: 1px solid #666666;
  margin: 9px 9px 0 0;
  padding: 5px 0px 7px 9px;
  background-color: black;
  width: 877px;
  color: #666666;
  text-align: left;
  line-height: 20px;
}
.player {
  margin: 15px 0px 1px 0;
}
.video_name {
  font-size: 24px;
  text-align: left;
  padding-bottom: 6px;
  text-indent: -3px;
}
.note {
  font-weight: bold;
  text-align: left;
  margin-top: 48px;
  margin-bottom: 2px;
  font-size: 13px;
  padding-right: 10px;
  margin-right: 0px;
}
.upload {
  font-weight: bold;
  text-align: left;
  margin-top: 18px;
  margin-bottom: 2px;
  font-size: 13px;
}
.files {
  text-align: left;
  line-height: 20px;
  margin-top: 9px;
}
.copy {
  text-align: left;
  font-weight: bold;
  padding-top: 42px;
  margin-bottom: 10px;
  font-size: 13px;
}
.leftfloat {
  float: left;
  line-height: 40px;
}
.clear {
  clear: both;
}
