label {
  float: left;
  font-family: Arial;
  font-weight: bold;
  padding-right: 4px;
  position: relative;
  text-align: right;
  top: 2px;
  vertical-align: top;
  width: 225px;
}

div.field {
  clear: both;
  padding: 5px 0px;
  zoom: 1;
}

div.field:before, div.field:after {
    display: table;
    content: "";
    clear:both;
}

div.buttons {
  clear: both;
  height: 30px;
  padding: 5px 0px;
  position: relative;
    
}

div.buttons input {
    font-weight: bold;
    text-shadow: 1px 1px 0 #ffffff;
    padding: 3px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #eaeaea;
    background: -moz-linear-gradient(top, #fefefe 0%, #cfcfcf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#cfcfcf));
    background: -webkit-linear-gradient(top, #fefefe 0%,#cfcfcf 100%);
    background: -o-linear-gradient(top, #fefefe 0%,#cfcfcf 100%);
    background: -ms-linear-gradient(top, #fefefe 0%,#cfcfcf 100%);
    background: linear-gradient(top, #fefefe 0%,#cfcfcf 100%);
    border: 1px solid #bc9e00;
    border: 1px solid rgba(0,0,0,0.3);
    margin: 0;
    color: #002635;
text-decoration: none;
  
}    

div.buttons #_f_submit {
  position: absolute;
  right: 5px;
}

div.buttons #_f_prev_page {
  left: 5px;
  position: absolute;
}

div.input {
  float: left;
  width: 450px;
}

div.input label {
  float: none;
  font-weight: normal;
  width: auto;
}

span.required {
  color: #0060FF;
  font-family: monospace;
  font-size: 11pt;
  font-style: normal;
  font-weight: bold;
  padding-right: 1px;
}

span.validation {
  color: #C50007;
  display: inline-block;
  font-family: Arial;
  font-weight: bold;
  padding-left: 2px;
  position: relative;
  top: 3px;
  vertical-align: top;
}

span.ttip {
  cursor: default;
}

span.ttip span {
  background-image: url(/images/icon-help-8x8.png);
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  height: 8px;
  left: 2px;
  position: relative;
  vertical-align: top;
  width: 8px;
}

.tooltip {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #000000;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
  max-width: 300px;
  padding: 4px 6px;
  text-align: left;
  z-index: 5000;
}

#_global_validation {
  color: #C50007;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}

div._dbg_mode {
  color: #FF0000;
  font-family: Tahoma;
  font-size: 150%;
  font-weight: bold;
  margin: 10px;
  text-align: center;
}

ul.debug-validations {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.debug-validations li {
  font-family: Tahoma;
  font-size: 8pt;
  margin: 4px 0px;
}

ul.debug-validations li strong {
  margin-left: 8px;
}


/** CLOCK *****************************************************************/
#clock {
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  background-color: #ececec;
  border: 1px solid #aaa;
  box-shadow: 0px 0px 5px #888888;
  display: none;
  font-size: 8pt;
  position: absolute;
  z-index: 50;
}

#clock select {
  font-size: 9pt;
}

#clock-time-fields {
  margin: 6px 12px;
}

#clock-apply {
  background: transparent url(/images/icon-apply-16x16.png) no-repeat left top;
  cursor: pointer;
  height: 16px;
  margin-left: 5px;
  position: relative;
  top: 2px;
  width: 16px;
/* Crazy stuff for cross-browser compatibility */
  display: -moz-inline-stack;
  display: inline-block;
  _overflow: hidden;
  zoom: 1;
  *display: inline;
}

.clock-icon {
  background: transparent url(/images/icon-clock-16x16.png) no-repeat left top;
  cursor: pointer;
  height: 16px;
  margin-left: 5px;
  position: relative;
  top: 2px;
  vertical-align: top;
  width: 16px;
/* Crazy stuff for cross-browser compatibility */
  display: -moz-inline-stack;
  display: inline-block;
  _overflow: hidden;
  zoom: 1;
  *display: inline;
}



/** CALENDAR *****************************************************************/
#calendar {
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  background-color: #ececec;
  box-shadow: 0px 0px 5px #888888;
  display: none;
  font-size: 8pt;
  position: absolute;
  z-index: 50;
}

#calendar select {
  font-size: 8pt;
}

#calendar-nav {
  border: 1px solid #aaa;
  border-bottom: 0 none;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

#calendar-nav select {
  position: relative;
  top: -1px;
}

#calendar-nav * {
  vertical-align: middle;
}

#calendar-nav span {
  cursor: pointer;
  font-family: monospace;
  font-size: 9pt;
  font-weight: bold;
  height: 16px;
  position: relative;
  top: -2px;
  width: 16px;
}

#calendar-nav span.prev {
  margin-right: 15px;
}

#calendar-nav span.next {
  margin-left: 15px;
}

#calendar-month {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 2px 6px 0px 4px;
}

#calendar-month table {
}

#calendar-month table td {
  font-size: 8pt;
  font-weight: bold;
  overflow: visible;
  text-align: center;
}

#calendar-month table tbody td {
  background-color: #FFFFFF;
}

#calendar-month tbody td div {
  height: 18px;
  line-height: 18px;
  position: relative;
  width: 22px;
}

#calendar-month tbody td div div {
  background-color: #FFFFFF;
  border: 1px solid #c0c0c0;
  color: #111;
  cursor: pointer;
  height: 18px;
  line-height: 18px;
  position: absolute;
  width: 22px;
  z-index: 30;
}

#calendar-month tbody td.today div div {
  background-color: #FBEC88;
  border-color: #ffc436;
  color: #363636;
  z-index: 35;
}

#calendar-month tbody td.selected div div {
  background-color: #000000;
  border-color: #000000;
  color: #FFF;
  z-index: 35;
}

#calendar-month tbody td.other-month div div {
  background-color: #f8f8f8;
  border-color: #dadada;
  color: #777;
  z-index: 0;
}

#calendar-month tbody td div div:hover {
  background-color: #c4e8f4;
  border-color: #0073EA;
  color: #0073EA;
  height: 20px;
  left: -1px;
  line-height: 20px;
  top: -1px;
  width: 24px;
  z-index: 40;
}

#calendar-time {
  border: 1px solid #aaa;
  border-top: none;
  clear: both;
  padding-bottom: 5px;
  text-align: center;
}

#calendar-time-fields {
  padding-top: 5px;
}

.calendar-icon {
  background: transparent url(/images/icon-calendar-16x16.png) no-repeat left top;
  cursor: pointer;
  height: 16px;
  margin-left: 5px;
  position: relative;
  top: 2px;
  vertical-align: top;
  width: 16px;
/* Crazy stuff for cross-browser compatibility */
  display: -moz-inline-stack;
  display: inline-block;
  _overflow: hidden;
  zoom: 1;
  *display: inline;
}

/** Custom Global Form Changes **/
.no-label  {
    margin-left: 100px;
    text-align: center;    
}

.buttons input[type="submit"] {
    font-family: 'BebasNeue';
    font-size: 25px;
    width: 175px;
    text-align: center;
    display: block;
    padding: 8px 10px 5px;
    background: #333;
    color: white;
    text-shadow: 1px 1px 0 #111;
    border: 1px solid #111;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    
}
.buttons input[type="submit"].hover {
    cursor:pointer;
}

 

/* Contact Form */

.content-inner div.contact-form {
   float: left;
   width: 800px;
}
.content-inner div.contact-form input[type="text"],
.content-inner div.contact-form select,
.content-inner div.contact-form textarea {
    width: 200px;
}


.content-inner .contact-email {
    width: 500px;
    margin-left: 15px;
}

.content-inner .contact-email p {
    line-height: 0.5em;
}

.content-inner .contact-email a {
    left: 200px;
    position: absolute;
}

.content-inner .sub-head {
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
    width: 410px;
}

.content-inner .contact-form .buttons {
    position: relative;
}

.content-inner .contact-form div.buttons #_f_submit {
    position: relative;
    margin-left: 250px;

}

/* Business Opportunity */

.business-opportunity-form
   float: left;
   width: 800px;
}
.content-inner div.business-opportunity-form input[type="text"],
.content-inner div.business-opportunity-form select,
.content-inner div.business-opportunity-form textarea {
    width: 200px;
}


.content-inner .contact-email {
    width: 500px;
    margin-left: 15px;
}

.content-inner .contact-email p {
    line-height: 0.5em;
}

.content-inner .contact-email a {
    left: 200px;
    position: absolute;
}

.content-inner .sub-head {
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
    width: 410px;
}

.content-inner .business-opportunity-form .buttons {
    position: relative;
}

.content-inner .business-opportunity-form div.buttons #_f_submit {
    position: relative;
    margin-left: 250px;

}