/* Category Select-Box definitions */
#catList {}
#catList FIELDSET {}
#catList FIELDSET LEGEND {}
#catList FIELDSET .button {
  padding:0px 2px;
  background-color:#336699;
  border:1px solid #000;
  color:#FFF;
}

/* Video List definitions */
#list {
  list-style:none;
  margin:15px;
  padding:10px;
}
#list LI {}
#list LI A {}

/* Video Display Area definitions */
#videoDiv {
  margin:0px;
  padding:0px;
}
#videoDiv H2 {
  margin:5px;
  padding:0px;
  text-align:center;
}
#videoDiv #player {
  padding:0px;
  margin:0px auto;
  border:1px solid #000;
  float:right;
}
#videoDiv .notice {
  margin:5px auto;
}