#dishsoap-meta h3.hndle  {
  background-color: #aabf38;
  background-image: -ms-linear-gradient(top,#aabf38,#95a139);
  background-image: -moz-linear-gradient(top,#aabf38,#95a139);
  background-image: -o-linear-gradient(top,#aabf38,#95a139);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#aabf38),to(#95a139));
  background-image: -webkit-linear-gradient(top,#aabf38,#95a139);
  background-image: linear-gradient(top,#aabf38,#95a139);
  color: white;
  text-shadow: 0 1px 1px #626c19;
}

#dishsoap-meta label.ds_calendar, #dishsoap-meta-style label.ds_calendar {
  background: url(../../../wp-admin/images/date-button.gif) no-repeat left top;
  padding: 0 0 2px 18px;
  cursor: default;
}

#dishsoap-meta .expiredpost, #dishsoap-meta .statuspost, #dishsoap-meta .unstuckpost,
#dishsoap-meta-style .expiredpost, #dishsoap-meta-style .statuspost, #dishsoap-meta-style .unstuckpost {
  display: block;
  padding: .5em;
  margin-top: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#dishsoap-meta .expiredpost,
#dishsoap-meta-style .expiredpost {
  background: #FFEBE8;
  border: 1px solid #C00;
}

#dishsoap-meta .statuspost, 
#dishsoap-meta-style .statuspost {
  background: lightYellow;
  border: 1px solid #E6DB55;
}

#dishsoap-meta .unstuckpost,
#dishsoap-meta-style .unstuckpost {
  background: #fbb401;
  border: 1px solid #f98401;
}

#dishsoap-meta a.delete_dishsoap, 
#dishsoap-meta-style a.delete_dishsoap {
  display: inline-block;
  text-decoration: none;
  color: red;
  border-bottom-color: red;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-decoration: none;
  margin-top: 5px;
  padding: 1px 2px;
}

#dishsoap-meta a.delete_dishsoap:hover, #dishsoap-meta a.delete_dishsoap:focus,
#dishsoap-meta-style a.delete_dishsoap:hover, #dishsoap-meta-style a.delete_dishsoap:focus {
  color: white;
  background-color: red;
  border-bottom-color: red;
}

#ds_option {
  margin-top: .5em;
}

div.dishsoap_debug {
  background: #acacac;
  display: block;
  padding: 5px;
  color: white;
  border: 1px solid #919191;
  margin-top: 5px;
  text-shadow: 0 1px 1px black;
}