/* 

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: 100%;
  padding-top: 10px;
}
form p {
  margin-top: 0;
}
form p.field {
  float: left;
}
form p#topErrorField {
  margin-top: 0;
  font-weight: bold;
}
form p.errorField {
  1border: 1px solid #00f;
  display: block;
  width: 100%;
  clear: both;
  text-align: right;
  margin-bottom: 20px;
  1float: right;
  margin-top: -5px;
}
input {
  padding: 5px;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #253651;
  background: #ccdae8;
  border: none;
}

input.submitButton {
  background: url(/mainpics/buttons/arrow-blue-small.png) right center no-repeat;
}
input.submitButton:hover {
}
textarea {
  padding: 5px;
  font-size: 1.2em;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #253651;
  background: #ccdae8;
  border: none;
  /*
	border:2px solid #e7e8e7;
	padding:2px;
	color: #878266;
	font-size:1.1em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
*/
}
select {
  padding: 5px;
  font-size: 1.2em;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #253651;
  background: #ccdae8;
  border: none;
  /*
	padding:2px;
	color: #878266;
	font-size:1.2em;
1	background: #e7e8e7;
	border:2px solid #e7e8e7;
*/
}

/* newsletter signup form */
form#newsletterSignUpForm {
}
form#newsletterSignUpForm input.submitButton {
  display: inline-block;
  width: 10px;
  height: 30px;
  background: url(/mainpics/buttons/arrow-blue-small.png) right center no-repeat;
  cursor: pointer;
}
form#newsletterSignUpForm input.submitButton:hover {
  width: 20px;
}
/*	--------------------	*/
/*	general checkout form	*/
/*	--------------------	*/
form.checkoutForm {
  width: 98%;
  clear: both;
  color: #030303;
  padding: 15px 5px;
  /* border-top: 1px solid #e6e6e6; */
  background: #fff;
  position: relative;
  z-index: 0;
  margin-top: 10px;
}
form.checkoutForm * {
  1border: 1px solid #d2d2d2;
}
form.checkoutForm:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
form.checkoutForm textarea,
form.checkoutForm input {
  font-size: 1em;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  color: #002e6e;
  padding: 10px;
  /* border: 1px solid #cae0ed; */
  background: #f2f2f2;
  position: relative;
  z-index: 0;
  width: 97.5%;
}
form.checkoutForm select {
  font-size: 1em;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  color: #002e6e;
  padding: 10px;
  /* border: 1px solid #efefef; */
  background: #f2f2f2;
  position: relative;
  z-index: 0;
}
form.checkoutForm input.submitButton {
  background: #0d181f;
  display: block;
  width: 190px;
  height: 40px;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.4;
  text-transform: uppercase;
  cursor: pointer;
  float: right;
}
form.checkoutForm input.submitButton:hover {
  1background: url(/mainpics/buttons/bg-button-grad-hover-blue.jpg) 0 0 repeat-x;
}
form.checkoutForm input.submitButton.disabled {
  cursor: auto;
  color: #aaa;
  background: #ddd;
}
form.checkoutForm input.huge {
  1width: 120px;
}
form.checkoutForm input.massive {
  1width: 300px;
}
form.checkoutForm input.yellow {
  1background: #b7700b;
}
form.checkoutForm input.yellow:hover {
  1background: #7d4d08;
}
/*		*/
form.checkoutForm h3 {
  color: #030303;
}
form.checkoutForm p {
  float: left;
  margin-bottom: 1em;
  line-height: 30px;
}
form.checkoutForm p.label {
  text-align: right;
}
form.checkoutForm p.field {
  float: left;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #030303;
  min-height: 35px;
}
form.checkoutForm p.field.large {
  width: 400px;
}
form.checkoutForm div.newLine {
  clear: both;
}
form.checkoutForm div.divLine {
  clear: both;
  float: left;
  width: 98%;
  height: 3px;
  margin: 5px;
  background: #ddd;
}
form.checkoutForm span.checkBoxLabel {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  width: 100%;
  border: none !important;
  font-size: 0.9em;
}
form.checkoutForm span.checkBox {
  1border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: -1px;
  width: 15px;
  height: 15px;
}
form.checkoutForm span.note {
  font-size: 0.9em;
  color: #6c9ec8;
}
/*	------------	*/
form#confirmOrderForm {
  1clear: none;
  1width: 40%;
  1float: left;
  1margin-right: 25px;
  1padding: 20px;
  1background: #f1f1f1;
  1border: 1px solid #ddd;
  1min-height: 320px;
}
form#confirmOrderForm p.field {
  1width: 75%;
}
/*	------------	*/
/*	checkout form button	*/
/*	------------	*/
form.buttonForm {
  width: auto;
  clear: none;
  font-size: 1.1em;
  color: #261f0f;
  padding: 0;
  margin: 0;
  text-align: center;
}
form.buttonForm:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
form.buttonForm input {
  font-size: 1em;
  font-family: Tahoma, Arial, sans-serif;
  color: #666;
  padding: 5px;
  border: 1px solid #efece8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  behavior: url(/stylesheets/PIE.htc);
  position: relative;
  z-index: 0;
}
form.buttonForm input.submitButton {
  background: #cabeb5;
  color: #fff;
  font-size: 1.2em;
  padding: 5px;
  border: none;
  cursor: pointer;
}
form.buttonForm input.submitButton:hover {
  background: #610406;
}
/*	------------	*/
/*	extra classes	*/
/*	------------	*/
.activeField {
  border: 1px solid #030303 !important;
}
.activeErrorField {
  border: 1px solid #c84444 !important;
}
form p.errorField {
}
form span.errorFieldInline {
  display: block;
  color: #b7181f;
  font-size: 0.9em;
  text-align: left;
}
form span.messageFieldInline {
  display: block;
  color: #18b71f;
  font-size: 0.9em;
  text-align: left;
}
/*	------------	*/
/*	contact form	*/
/*	------------	*/
form#contactForm {
  1border: 1px solid #f00;
}
form#contactForm * {
  1border: 1px solid #f00;
}
form#contactForm p {
  margin: 10px 5px 10px 5px;
}
form#contactForm span.note {
  font-size: 0.9em;
}
form#contactForm input {
  font-size: 1em;
}
form#contactForm textarea {
  font-size: 1em;
}
form#contactForm select {
  font-size: 1em;
}
form#contactForm input.submitButton {
  display: inline-block;
  width: 80px;
  height: 35px;
  cursor: pointer;
  border: none;
  color: #fff;
  font-size: 1.2em;
  background: url(/mainpics/buttons/bg-button-grad-blue.jpg) 0 0 repeat-x;
}
form#contactForm input.submitButton:hover {
  background: url(/mainpics/buttons/bg-button-grad-hover-blue.jpg) 0 0 repeat-x;
}
/* form containers */
.form-container {
  clear: both;
}
