select {
  width: 300px;
}

ul.admin-form-ul {
  list-style-type: none;
  padding-left:    1.5em;
}

ul.admin-form-ul input {
  margin-bottom: 1em;
}

.mcomm-alert {
  color:         #aaaa33;
  background:    #ffffcc;
  border:        1px solid #aaaa33;
  padding:       1em;
  border-radius: 5px;
  margin-bottom: 1em;
}

.mcomm-alert strong {
  color: #aaaa33;
}

/*otherwise can't edit settings*/
.ui-dialog {
  z-index: 999;
}
