@charset "UTF-8";
/* CSS Document */

.actor-picker {
  margin-top:15px;
}
.actor-picker p {
  margin-bottom:0 !important;
}

/* the actor chooser pop over */

#full-actor-set {
}

#full-actor-set h4 {
  color:#fff;
  margin-bottom:15px;
}

#full-actor-set .actor {
  padding-top:10px;
  border-top:1px solid #999;
  width:445px;
  margin-left:20px;
}

#full-actor-set .actor .actor-inner {
  padding:0;
  cursor:hand;
}

#full-actor-set .actor img {
  float:left;
}

#full-actor-set .actor .detail {
  float:left;
  margin-left:20px;
  color:#fff;
  padding-bottom:0;
}
#full-actor-set .actor .detail h4 {
  line-height:33px;
  margin-bottom:0;
}

#full-actor-set .actor input {
  float:right;
  height:33px;
}

.actor-picker-done-btn {
  float:right;
  margin-right:65px;
}


