.wr_regupedia-content .wr_daily_bulletin-edit-link.red button{
  background: #c41414;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#c41414),color-stop(0.51,#9e0505));
  background-image: -o-linear-gradient(bottom,#c41414 0%,#9e0505 51%);
  background-image: -moz-linear-gradient(bottom,#c41414 0%,#9e0505 51%);
  background-image: -webkit-linear-gradient(bottom,#c41414 0%,#9e0505 51%);
  background-image: -ms-linear-gradient(bottom,#c41414 0%,#9e0505 51%);
  background-image: linear-gradient(to bottom,#c41414 0%,#9e0505 51%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c41414',endColorstr='#9e0505',GradientType=0);
  border-radius: 3px;
  border-color: transparent;
  border-bottom: #8b0b0a;
  color: #ddd;
}
.wr_regupedia-content .wr_daily_bulletin-edit-link.red button:hover { color: #fff; }
#wr_daily_bulletin-list textarea { min-width: 275px; min-height: 150px; }