/* ************************************************************************************************
		PAGE SEND TO FRIEND
************************************************************************************************ */
#send_enquiry_form form.std fieldset {
	margin:0 0 20px 0;
	padding: 10px 15px;
	background: none repeat scroll 0 0 #eee
}
#send_enquiry {
    background: #A8DD25;
    background: -moz-linear-gradient(top, #A8DD25 0%, #b1e828 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A8DD25), color-stop(100%, #b1e828));
    background: -webkit-linear-gradient(top, #A8DD25 0%, #b1e828 100%);
    background: -o-linear-gradient(top, #A8DD25 0%, #b1e828 100%);
    background: -ms-linear-gradient(top, #A8DD25 0%, #b1e828 100%);
    background: linear-gradient(to bottom, #A8DD25 0%, #b1e828 100%);
  background-image:linear-gradient(#009AD0, #007AB7);
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-color:#0079B6 #006FA8 #012740;
  border-style:solid;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-width:1px;
  display:block;
  padding:30px 0 0;
  text-align:center;
  height:100px;
  margin:10px;
  color:white;
  font-size:15px;
  position:relative;
  
  ;
}
#send_enquiry:before {
  content: "\f002"; }


    #send_enquiry:before {
      content: "\f002";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
    padding: 10px 0 11px 0;
      font-family: "FontAwesome";
      font-size: 23px;
      width: 100%;
      text-align: center; }
    #send_enquiry:hover {
      border-color: #06b2e6; }

    
#send_enquiry span {
  -webkit-transition:all 0.3s ease;
  border-bottom-left-radius:0;
  margin-top: 10px; 
  border-bottom-right-radius:0;
  border-style:solid none none;
  border-top-color:#006FA8;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-top-width:1px;
  color:white;
  display:block !important;
  font-size:18px;
  font-weight:500;
  line-height:22px;
  padding:12px 1px 1px;
  text-shadow:#015883 0 1px;
  transition:all 0.3s ease;
}    

    
    
    
#send_enquiry_form {width:700px;}
#send_enquiry_form h2{margin-bottom:2px;margin-top:2px;font-size:20px;text-align:center;}

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

#send_enquiry_form #send_enquiry_content {margin-top:0px}
#send_enquiry_form #send_enquiry_content .text {
   padding-bottom: 0px
}
#send_enquiry_form #send_enquiry_content .text label {
   display: inline-block;
   padding: 6px 0;
   width: 180px;
   font-size: 12px;
   text-align: left
}
#send_enquiry_form #send_enquiry_content .text input {
   padding: 0 5px;
   height: 22px;
   width: 445px;
   border: 1px solid #ccc;
   font-size: 12px
}
#customer_message{
    width:445px;
    height: 142px;
}
#send_enquiry_form #send_enquiry_content .submit {
	margin:0 70px 0 0;
	padding:5px 0;
	text-align:right
}

div.checker {
  cursor:pointer;
  margin-right:5px;
}
div.checker {
  position:relative;
}
div.checker, div.checker span, div.checker input {
    float: left;
  height:15px;
  width:15px;
}
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin:0;
  padding:0;
}