.bee-btn {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #3498db;
  padding: 6px 12px 6px 12px;
  text-decoration: none;
  xtext-transform: uppercase;
  font-weight: bold;
}

.bee-btn:hover {
  background: #3cb0fd;
  text-decoration: none;
  cursor:pointer;
}


/* darker jquery modal background overlay */
.ui-widget-overlay {
  opacity: .70 !important;
  filter: Alpha(Opacity=70) !important;
  background-color: rgb(50, 50, 50) !important;
}

.form-fields input, textarea { color: gray; } 