/* Form CSS Document */


form {
	color: #000;
}

form * {
	font-family:"HelveticaLTStd-Roman", sans-serif;
	font-size-adjust:0.508;
	font-weight:200;
	font-style:normal;
	font-size: 16px;
}

legend {
	float: left;
	width: 100%;
	font-size: 22px;
	margin-bottom: 14px;
}

label {
  color: #595959;
  font-size: 16px;
  height: 20px;
  padding: 11px 0 10px;
  float: left;
  width: 20%;
}

div.MGLLabel {
  color: #595959 !important; 
  font-size: 16px !important;
  height: 20px !important;
  padding: 11px 0 10px !important;
  float: left !important;
  font-weight: normal !important;
  width: 20% !important;
}

.MGLField input[type="text"] {
  background-color: #F2F2F2 !important;
  border: 1px solid #000;
  height: 20px !important;
  margin: 0 0 10px !important;
  padding: 10px 10px 11px !important;
  width: 327px !important;
}

.MGLField select {
  background-color: #F2F2F2 !important;
  border: 1px solid #000;
  margin: 0 0 10px !important;
  padding: 10px 10px 11px !important;
  width: 327px !important;
}

label.long-label {
	padding: 0;
}

input {
	/* -webkit-appearance: none; */
    -webkit-border-radius:0;
    border-radius:0;
}

input[type="text"] {
	background-color: #f2f2f2;
    border: 1px solid #000;
	margin: 0 0 10px 0;
	padding: 10px 10px 11px;
	height: 20px;
}

input[type="submit"] {
	font-size: 0.9em;
	margin: 13px 0 0;
	padding: 9px 41px 8px;
	background-color: #FFCD05;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

textarea {
	color: #595959;
	background-color: #f2f2f2;
    border: 1px solid #000;
	margin: 0 0 10px 0;
	padding: 10px;
	height: 120px;
	-webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius:0;
}


/* Reveal Modal */
.reveal-modal {
	background-color: #fff;
	border-radius: 0;
	margin: -25px 0 0 -351px;
	padding: 25px 32px;
	z-index: 99999;
	width: 638px;
}
.reveal-modal-bg {
	z-index: 9999;
}

.reveal-modal .close-reveal-modal {
	background: url(../images/icon-close.png) 0 0 no-repeat;
	width: 18px;
	height: 17px;
	display: block;
	margin: 14px 19px 0 0;
	text-decoration: none;
}

.reveal-modal .close-reveal-modal:hover {
	background-position: 0 -17px;
}

.modal-form form {
	width: 100%;
}

.modal-form {
	margin: 0 auto;
	background-color: #fff;
}

.modal-form label {
	width: 138px;
}

.modal-form input[type="text"] {
	width: 483px;
}

.modal-form textarea {
	width: 621px;
}

/* Event Enquiry Modal Form */
#event-enquiry .datepicker  {
	float: left;
	margin: 0 0 10px;
	width: 100%;
}

#event-enquiry .datepicker label {
	float: left;
	height: auto;
	padding: 0;
	width: 100%;
}

#event-enquiry .datepicker input {
	float: right;
	margin: 0;
}

#event-enquiry .datepicker img {
	cursor: pointer;
	margin: 7px 0 0 8px;
	width: 22px;
}


/* Grid - Subscribe form */
#subscribe-form label {
	clear: left;
	color: #FFFFFF;
	float: left;
	font-size: 0.8em;
	height: auto;
	padding: 0 0 9px;
	width: 100%;
}

#subscribe-form input[type="text"] {
	clear: left;
	float: left;
	color: black;
	font-size: 0.8em;
	background-color: #F2F2F2;
    border: 1px solid #000;
	height: 17px;
	padding: 6px 10px 9px;
	width: 90%;
}

#subscribe-form input[type="submit"] {
	clear: left;
	float: left;
	margin: 5px 0 0 0;
	padding: 6px 12px 6px;
	background-color: #d9d9d9;
	color: #262626;
}

#subscribe-form input[type="submit"]:hover {
	background-color: #FFCD05;
	color: #fff;
}

/* Enquiry Forms - TODO: Convert to use classes instead of IDs; */

.contact-us-header h2 {
	margin-bottom: 30px;
	color: black;
	font-family: HelveticaLTStd-Roman, sans-serif;
    font-size: 32px; !important;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.05em;
}

#new_employment_enquiry {
	margin-top: 35px;
}

#new_employment_enquiry select {
	padding: 10px 10px 11px;
	background-color: #f2f2f2;
    border: 1px solid #000;
	width: 327px;
	margin-bottom: 10px;
}

.terms-and-conditions a {
  margin-left: -195px;
}

.terms-and-conditions br {
  line-height: 30px;
}

.terms-and-conditions input {
  margin-left: 55px
}
