#send_friend_form h2 {
  color:#666666;
  font-family:Federo, sans-serif;
  font-weight:300;
  text-transform:none;
  margin:0 0 10px;
}
#send_friend_form .product { margin:20px; }
#send_friend_form .product img {
  float:left;
  margin:0 20px 0 0;
}
#send_friend_form .product .product_desc {
  float:left;
  width:350px;
  color:#666666;
}
#send_friend_form .product .product_desc .product_name { margin-bottom:10px; }
#send_friend_form .form_container {
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-border-radius:2px;
  border-radius:2px;
  border:1px solid #dddddd;
  border-bottom-color:#c4c4c4;
  background:#fcfcfc;
  padding:10px;
}
#send_friend_form .form_container .intro_form {
  color:#666666;
  font-weight:700;
}
#send_friend_form .form_container .text { margin:10px 0; }
#send_friend_form .form_container .text label {
  display:inline-block;
  width:180px;
  color:#666666;
}
#send_friend_form .form_container .txt_required { color:#666666; }
#send_friend_form .submit {
  color:#666666;
  line-height:26px;
  text-align:right;
  margin:10px 0 0;
}
#send_friend_form .submit a {
  color:#666666;
  text-decoration:none;
}
#send_friend_form .submit a:hover, #send_friend_form .submit a:focus, #send_friend_form .submit a:active { color:#f9ab02; }
