.control-group {
    margin: 15px 0;
}
.control-group label {
    float: left;
    width: 160px;
    font-weight: bold;
    margin-right: 10px;
}
.control-group .controls {
    float: left;
}
.control-group .controls label {
    float: none;
    width: auto;
    font-weight: normal;
}
.control-group .controls input,
.control-group .controls button,
.control-group .controls textarea,
.control-group .controls select {
    font-size: 13px;
}

.control-group .controls textarea {
    width: 100%;
    height: 150px;
}

.control-group .controls input {
	border: 1px solid #e2e2e2; 
  box-shadow: inset 0 1px 0 #e2e2e2;
	padding: 7px 5px; 
	border-radius: 5px;
	margin:-5px 0 0 0 ;
	background-color: #f7f7f7;
	width: 100%;
}
input[type="text"], textarea {
	/*background-color: #f7f7f7;*/
}
.control-group .controls button {
    margin-left: 170px;
}

.fl {
    float: left;
    display: inline;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.control-group:before,
.control-group:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.control-group:after {
    clear: both;
}

.error-messages {
    color: #FF0000;
}

/* event reg */
.event-banner img {
    max-width: 600px;
    max-height: 150px;
}
#event-registration .fee-option-list label,
#event-registration .addon-option-list label,
#event-registration .payment-errors {
    width: auto;
}
#event-registration .error-target {
    margin: 0 5px;
}
#event-registration .loading-spinner {
    display: none;
}


#errors-block {
    color: #FF0000;
    font-weight:bold;
    font-size:14px;
}

#message-block {
    color: #1AB047;
    font-weight:bold;
    font-size:14px;
}


.ui-widget-overlay.custom-overlay
{
    background-color: black;
    background-image: none;
    opacity: 0.7;
    z-index: 1001;
}

/* directory */
.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color:rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

#search-filters label {
  display: inline;
  font-size: 14px;
  margin-right: 7px;
}

#search-filters input[type='checkbox'] {
  display: inline;
}


label.error { 
   float: none; 
   color: red; 
   vertical-align: top; 
   display: block;
}​

/* Site search highlights */
span.highlight {
    font-weight:bold;
}
