div.user-alert {
 width: 130%;
 height: 100%;
 background: #0F3056;
 line-height: 35px;
}

div.user-alert div.user-alert-close {
  width: 15px;
  text-align: right;
  float: right;
  overflow: visible;
  margin-right: 10px;
  text-decoration: none;
}

div.user-alert span.user-label {
  background: #ff5000;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

div.user-alert div.user-alert-message {
  width: 100%;
  overflow: visible;
  font-weight: bold;
}

div.alertbody p {
    padding-left: 135px;
    margin-top: -33px;
    color: #FFF;
}