body {
  padding: 20px;
}

#spider_faq_panel table {
  width: 100%;
  margin-bottom: 35px;
}
#spider_faq_panel .label {
  height:30px;
  width:100px;
  vertical-align:top;
  line-height: 30px
}
#Spider_Faqname {
  height: 30px;
  width: 100%
}
#insert, #cancel {
  height: 33px;
  line-height: 32px;
  font-size: 13px;
  border-radius: 3px;
  white-space: nowrap;
  border-width: 1px;
  border-style: solid;
  padding: 0 20px;
  cursor: pointer;
}
#insert {
  background: #0085ba;
  border-color: #006a95 #00648c #00648c;
  box-shadow: inset 0 -1px 0 #00648c;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #005d82, 1px 0 1px #005d82, 0 1px 1px #005d82, -1px 0 1px #005d82;
}
#cancel {
  color: #555;
  border-color: #ccc;
  background: #f7f7f7;
  box-shadow: 0 1px 0 #ccc;
  vertical-align: top;
}
