.widget-drop-shadow {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.mashup .alerting-create {
  display: block;
  cursor: pointer;
  text-align: left;
  padding: 10px 10px 10px 20px;
  color: #e0e0e0;
  font-weight: bold;
  position: relative;
  height: 20px;
  background-color: #888888;
  background-image: -moz-linear-gradient(top, #888888, #555555);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888888), color-stop(1, #555555));
  background-image: -webkit-linear-gradient(#888888, #555555);
  background-image: linear-gradient(top, #888888, #555555);
  background-image: -o-linear-gradient(top, #888888, #555555);
  background-image: -ms-linear-gradient(top, #888888, #555555);
}
.mashup .alerting-create:hover {
  color: #fff;
  text-decoration: none;
  background-color: #999999;
  background-image: -moz-linear-gradient(top, #999999, #666666);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999999), color-stop(1, #666666));
  background-image: -webkit-linear-gradient(#999999, #666666);
  background-image: linear-gradient(top, #999999, #666666);
  background-image: -o-linear-gradient(top, #999999, #666666);
  background-image: -ms-linear-gradient(top, #999999, #666666);
}
.mashup .alerting-create span {
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../img/alert_white.png) 0 0 no-repeat;
  top: 50%;
  right: 14px;
  margin-top: -11px;
}
.mashup.ie6 .alerting-create span {
  top: 20px;
}
