/* 

FORMS STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 5. forms --------- */

form * {
  1border: 1px solid #f00;
}
form {
  1border: 1px solid #f00;
  1clear: both;
  float: left;
  width: 90%;
  padding-top: 10px;
}
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: #fff;
  border: 1px solid #cccccc;
  box-shadow: none;
  border-radius: 5px;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
textarea {
  font-size: 1em;
}
select {
}
input.submit-button {
  border: none;
  width: 140px;
  height: 40px;
  display: block;
  background: #1855c5;
  box-shadow: none;
  font-size: 1.1em;
  float: left;
  1margin-right: -12px;
  cursor: pointer;
  color: #fff;
  line-height: 1;
}
input.submit-button:hover {
  background: #154aad;
}
/*	------------	*/
/*	jq classes	*/
/*	------------	*/
form .activeField {
  border: 1px solid #362c16;
}
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;
}
/*SIDEBAR CONTACT FORM*/
div#content-sidebar-holder form {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

div#content-sidebar-holder form p {
  text-align: left !important;
  width: 80% !important;
  margin-bottom: 5px !important;
}
div#content-sidebar-holder form input {
  margin-bottom: 0px !important;
}
