#embed-form{
  background:#fff;
  padding:20px;
}
  #embed-form fieldset{
    padding:10px;
  }
  #embed-form fieldset legend{
    padding:0 5px;
    margin-left:-5px;
  }

  #embed-form div{
    line-height:1.4em;
    margin-bottom:8px;
  }

  #embed-form div > label:first-child{
    display:inline-block;
    width:100px;
  }

  #embed-form #embed-height-holder{
    margin-left:105px;
    margin-top:8px;
  }

  #embed-form textarea{
    min-width:100%;
    max-width:100%;
    min-height:60px;
    max-height:60px;
  }

  #embed-form p{
    font-size:.75em;
    color:#999;
  }

#embed-form::after{
  content:'';
  display:table;
  clear:both;
}

#embed-layout{
  float:right;
  margin-left:20px;
  display:none;
}
  #embed-layout select{
    display:block;
    margin-left:5px;
  }

#embed-advanced-toggle{
  display:block;
  font-size:.75em;
  letter-spacing:-.02em;
  margin-bottom:-15px;
  text-decoration:none;
  color:#799ad8;
}
  #embed-advanced-toggle:hover{
    color:#4376d3;
  }

