/* 

FORMS STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 5. forms --------- */
#mc_embed_signup form {
  padding: 0 !important;
  background: none !important;
}
#mc_embed_signup input.button {
  background: #fff;
  color: #006701 !important;
  font-family: Overlock, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  width: 140px !important;
  border-radius: none !important;
}
#mc_embed_signup input.email {
  width: 98% !important;
}

form * {
  1border: 1px solid #f00;
  font-family: Overlock, Arial, Helvetica, sans-serif;
}
form {
  1border: 1px solid #f00;
  1clear: both;
  float: left;
  width: 90%;
  padding-top: 40px;
  background: #fff;
}
form p.field {
  float: left;
}
form p.text-right {
  margin-right: 10px;
}
form p#topErrorField {
  margin-top: 0;
  font-weight: bold;
}
form p.errorField {
  display: block;
  width: 100%;
  clear: both;
  text-align: left;
  margin-bottom: 20px;
  margin-top: -5px;
}
input,
textarea,
select {
  padding: 6px;
  margin-bottom: 0.5em;
  color: #3e3e3e;
  font-size: 1em;
  background: #dbe6d7;
  border: 1px solid #dbe6d7;
  width: 90%;
}
textarea {
  font-size: 1em;
}
select {
}
input.submit-button {
  border: none;
  width: 140px;
  height: 50px;
  display: block;
  background: #006701;
  box-shadow: none;
  font-size: 1.2em;
  float: left;
  margin-right: -12px;
  cursor: pointer;
  color: #fff;
  line-height: 1;
}
input.submit-button:hover {
  background: #013902;
}
/*	------------	*/
/*	jq classes	*/
/*	------------	*/
form .activeField {
  border: 1px solid #e2ece2;
  background: #e2ece2;
}
form input.submitButton .activeField {
  border: none;
}
form .activeErrorField {
  border: 1px solid #c80000;
  background: #fde8e6;
}
form p.errorField {
}
form span.errorFieldInline {
  display: block;
  color: #c80000;
  1font-size: 0.9em;
  text-align: left;
}
form span.messageFieldInline {
  display: block;
  color: #00c800;
  font-size: 0.9em;
  text-align: left;
}
div.captcha-container {
  margin-right: 20px;
  margin-bottom: 20px;
}
