/* contact form */
/* line 4, ../_source/styleForm.scss */
#contactForm {
  background-image: url(../images/contactForm/bg.png);
  width: 516px;
  height: 399px;
  position: fixed;
  right: -480px;
  top: 130px;
  z-index: 102;
}
/* line 13, ../_source/styleForm.scss */
#contactForm .email {
  position: relative;
  top: 350px;
  left: 30px;
  width: 480px;
  height: 50px;
  display: block;
}

/* line 23, ../_source/styleForm.scss */
#contactFormResolve {
  background-image: url(../images/contactForm/resolve.png);
  width: 483px;
  height: 358px;
  position: absolute;
  z-index: 90;
  left: 36px;
  top: -5px;
  opacity: 0;
  display: none;
}

/* line 34, ../_source/styleForm.scss */
#contactFormHomeLink {
  outline: none;
  cursor: pointer;
}

/* line 37, ../_source/styleForm.scss */
#contactFormTab {
  width: 36px;
  height: 150px;
  display: block;
  cursor: pointer;
}

/* line 43, ../_source/styleForm.scss */
#contactFormCloseBTN {
  background-image: url(../images/contactForm/closeBTN.png);
  width: 38px;
  height: 38px;
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  z-index: 103;
}

/* line 53, ../_source/styleForm.scss */
.submitBTN {
  background-image: url(../images/contactForm/submitBTN.png);
  position: relative;
  width: 126px;
  height: 31px;
  float: right;
  margin: -2px 3px 0px 0px;
  cursor: pointer;
}

/* line 61, ../_source/styleForm.scss */
.processingBTN {
  background-image: url(../images/contactForm/processingBTN.png);
  position: relative;
  width: 126px;
  height: 31px;
  float: right;
  margin: -2px 3px 0px 0px;
  cursor: default;
}

/* line 70, ../_source/styleForm.scss */
#contactFormMessage {
  position: absolute;
  height: 35px;
  width: 108px;
  right: 145px;
  bottom: 41px;
  vertical-align: middle;
  text-align: right;
  display: none;
}

/* line 80, ../_source/styleForm.scss */
#contactFormLeft {
  position: absolute;
  top: 10px;
  left: 50px;
}

/* line 85, ../_source/styleForm.scss */
#contactFormRight {
  position: absolute;
  top: 10px;
  right: 251px;
}

/* line 90, ../_source/styleForm.scss */
.contactFormLabel {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  color: #e9ca60;
  margin: 2px auto;
}

/* line 99, ../_source/styleForm.scss */
.contactFormBuffer {
  height: 30px;
  width: 100%;
  display: block;
  position: static;
}

/* line 105, ../_source/styleForm.scss */
.contactFormField {
  background-image: url(../images/contactForm/field.png);
  background-repeat: no-repeat;
  background-color: transparent;
  color: #999;
  outline: none;
  padding: 0px 0px 0px 6px;
  border: none;
  font-size: 16px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  height: 30px;
  width: 204px;
  margin: 2px;
}

/* line 118, ../_source/styleForm.scss */
.contactFormFieldInFocus {
  background-image: url(../images/contactForm/field.png);
  background-repeat: no-repeat;
  background-color: transparent;
  color: #222;
  outline: none;
  padding: 0px 0px 0px 6px;
  border: none;
  font-size: 16px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  height: 30px;
  width: 204px;
  margin: 2px;
}

/* line 131, ../_source/styleForm.scss */
.contactFormFieldError {
  background-image: url(../images/contactForm/field.png);
  background-repeat: no-repeat;
  background-color: transparent;
  color: #ff0000;
  outline: none;
  padding: 0px 0px 0px 6px;
  border: none;
  font-size: 16px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  height: 30px;
  width: 204px;
  margin: 2px;
}

/* line 145, ../_source/styleForm.scss */
.contactFormFieldDisabled {
  background-image: url(../images/contactForm/field.png);
  background-repeat: no-repeat;
  background-color: transparent;
  color: #999;
  outline: none;
  padding: 0px 0px 0px 6px;
  border: none;
  font-size: 16px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  height: 30px;
  width: 204px;
  margin: 2px;
}

/* line 159, ../_source/styleForm.scss */
.contactFormBigField {
  background-image: url(../images/contactForm/bigField.png);
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 6px 0px 0px 5px;
  font-size: 16px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  outline: none;
  border: none;
  color: #999;
  width: 230px;
  height: 267px;
  margin: 2px;
}

/* line 172, ../_source/styleForm.scss */
.contactFormBigFieldInFocus {
  background-image: url(../images/contactForm/bigField.png);
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 6px 0px 0px 5px;
  font-size: 16px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  outline: none;
  border: none;
  color: #222;
  width: 230px;
  height: 267px;
  margin: 2px;
}

/* line 185, ../_source/styleForm.scss */
.contactFormBigFieldDisabled {
  background-image: url(../images/contactForm/bigField.png);
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 6px 0px 0px 5px;
  font-size: 16px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  outline: none;
  border: none;
  color: #999;
  width: 230px;
  height: 267px;
  margin: 2px;
}

/* line 199, ../_source/styleForm.scss */
.contactFormCheckbox {
  background-image: url(../images/contactForm/checkboxFalse.png);
  width: 22px;
  height: 22px;
  margin: 3px;
  cursor: default;
}

/* line 205, ../_source/styleForm.scss */
.contactFormCheckboxTrue {
  background-image: url(../images/contactForm/checkboxTrue.png);
}

/* line 207, ../_source/styleForm.scss */
.contactFormCheckboxLabel {
  position: relative;
  font-size: 16px;
  color: #ddd;
  top: -5px;
  left: 1px;
}

