/* ************************************************************************************************
		PAGE SEND TO FRIEND
************************************************************************************************ */
#sendfriendpage form.std fieldset {
  margin: 0 0 20px 0;
  padding: 10px 15px;
  background: none repeat scroll 0 0 #fff;
}

#sendfriendpage .product {
}
#sendfriendpage .product .img_link {
  float: left;
}
#sendfriendpage .product .img_link img {
  margin: 0 10px 0 0;
  border: 1px solid #ccc;
}
#sendfriendpage .product .product_desc {
  float: left;
  width: 200px;
  font-weight: bold;
  font-size: 12px;
  color: #000;
}

#sendfriendpage #product_enq_form_content {
  margin-top: 40px;
}
#sendfriendpage #product_enq_form_content .text {
  padding-bottom: 10px;
}
#sendfriendpage #product_enq_form_content .text label {
  display: inline-block;
  padding: 6px 15px;
  width: 180px;
  font-size: 12px;
  text-align: right;
}
#sendfriendpage #product_enq_form_content .text input {
  padding: 0 5px;
  height: 22px;
  width: 260px;
  border: 1px solid #ccc;
  font-size: 12px;
}
#sendfriendpage #product_enq_form_content .submit {
  margin: 0 20px 0 0;
  padding: 5px 0;
  text-align: right;
}

#enquire_product_form {
}
#enquire_product_form h2 {
  padding: 8px 11px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  background: #336699;
}

#enquire_product_form .product {
  margin: 20px 10px;
}
#enquire_product_form .product img {
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #ccc;
}
#enquire_product_form .product .product_desc {
  float: left;
  width: 300px;
}
#enquire_product_form .product .product_desc p {
  padding: 0 10px 0 0;
  color: #333;
}
#enquire_product_form .product .product_desc p.product_name {
  font-size: 12px;
  color: #000;
}

#enquire_product_form .send_friend_form_content {
  margin: 0 10px 20px 10px;
}
#enquire_product_form .form_container {
  padding: 10px 15px;
  border: 1px solid #ccc;
  background: #fff;
}
#enquire_product_form .form_container p.intro_form {
  padding-bottom: 14px;
  font-weight: bold;
  font-size: 13px;
  color: #333;
}
#enquire_product_form .form_container p.txt_required {
  padding-bottom: 0;
  color: #666;

  /* SEND TO FRIEND (pop-in) ##################################################################### */
}
#enquire_product_form .form_container .text {
  padding-bottom: 10px;
}
#enquire_product_form .form_container .text label {
  display: inline-block;
  padding: 6px 6px;
  width: 25%;
  font-size: 12px;
  text-align: left;
  float: left;
}
#enquire_product_form .form_container .text input {
  padding: 0 5px;
  height: 22px;
  width: 65%;
  border: 1px solid #ccc;
  font-size: 12px;
  color: #6666;
}
#enquire_product_form .submit {
  margin-top: 20px;
  padding-bottom: 0;
  text-align: right;
}
#enquire_product_form textarea {
  width: 65%;
  height: 150px;
}
#enquire_product_form .product_name {
  font-size: 14px;
}
#enquire_product_form .product_desc {
  font-size: 14px;
}
#enquire_product_form p.submit .button {
  font-size: 25px;
  width: 100px;
  height: 35px;
  text-decoration: none;
  background-position: left -50px;
  font-size: 16px;
}

#product_enq_form_error {
  color: red;
  width: 99%;
  height: auto;
  line-height: 22px;
}
#product_enq_form_error2 {
  color: red;
  width: 99%;
  height: auto;
  line-height: 22px;
}
#usefull_link_block li.productEnquiry {
  padding-left: 25px;
  background: url("penq.png") no-repeat scroll 0 0 transparent;
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
}

#usefull_link_block li.productEnquiry_2 {
  padding-left: 25px;
  background: url("second_form_icon.png") no-repeat scroll 0 0 transparent;
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
}

/* MOBILE ##################################################################### */

#enquire_product_form_mobile .send_friend_form_content {
  margin: 0 10px 20px 10px;
}
#enquire_product_form_mobile .form_container {
  padding: 10px 15px;
  border: 1px solid #ccc;
  background: #fff;
}
#enquire_product_form_mobile .form_container p.intro_form {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
#enquire_product_form_mobile .form_container p.txt_required {
  padding-bottom: 0;
  color: #666;
}
#enquire_product_form_mobile .form_container .text {
  padding-bottom: 10px;
}
#enquire_product_form_mobile .form_container .text label {
  display: block;
  padding: 6px 6px;
  width: 50%;
  font-size: 16px;
  text-align: left;
  float: left;
}
#enquire_product_form_mobile .form_container .text input {
  padding: 0 5px;
  display: block;
  height: 22px;
  width: 80%;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #6666;
}
#enquire_product_form_mobile .submit {
  margin-top: 8px;
  padding-bottom: 0;
  text-align: left;
}
#enquire_product_form_mobile textarea {
  width: 95%;
  height: 70px;
}
#enquire_product_form_mobile p.submit .button {
  font-size: 25px;
  width: 100px;
  height: 30px;
  text-decoration: none;
  background-position: left -50px;
  font-size: 16px;
}

#product_enq_form_error {
  color: red;
  width: 95;
  height: auto;
  line-height: 22px;
}
#usefull_link_block li.productEnquiryMobile {
  padding-left: 25px;
  background: url("penq.png") no-repeat scroll 0 0 transparent;
  float: left;
  width: 100%;
  margin-top: 0px;
}
