/* button */

.contact_product_form {

    display: none; 

    position: fixed;

    z-index: 222;

    padding-top: 100px;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    overflow: auto;

    background-color: rgb(0,0,0);

    background-color: rgba(0,0,0,0.4);

}

.contact_product_form_content {

    background-color: #fefefe;

    margin: auto;

    padding: 20px;

    border: 1px solid #888;

    width: 80%;

}

.contact_product_form .close {

    color: #f90707;

    float: right;

    font-size: 35px;

    font-weight: bold;
	
	opacity: 0.8;

}

.contact_product_form .close:hover,

.contact_product_form .close:focus {

    color: #444444;

    text-decoration: none;

    cursor: pointer;

}

#contact_product_box {

	padding: 8px 10px 10px;

    font-weight: bold;

    line-height: 18px;

    border: 1px solid #d6d4d4;

    background: #fbfbfb;

    margin: 15px 0 22px;

}

#contact_product_box .contact_product_btn {

	text-decoration: none;

    color: #777777;

    position: relative;

    margin-right: 8px;

    line-height: 30px;

    padding: 0;

    display: inline-block;

}

#contact_product_box .contact_product_btn:hover {

    color: #333333;

}

#contact_product_box a.open-comment-form:before {

	font-family: FontAwesome;

	content: "\f003";

    background: #929292;

    -webkit-border-radius: 50px;

    -moz-border-radius: 50px;

    -ms-border-radius: 50px;

    -o-border-radius: 50px;

    border-radius: 50px;

    color: white;

    display: inline-block;

    font-family: "FontAwesome";

    font-size: 15px;

    font-weight: normal;

    height: 30px;

    line-height: 30px;

    margin-right: 6px;

    text-align: center;

    width: 30px;

}

/* form */

#form_contact-product  .new_comment_form_content {

    padding: 15px 25px 15px 15px;

    background: #f8f8f8;

}

#form_contact-product .product img {

    border: 1px solid #d6d4d4;

}

#form_contact-product .product .product_desc .product_name {

    padding: 10px 0 5px;

    font-size: 13px;

    color: #000;

}

#form_contact-product label {

    display: block;

    margin: 12px 0 4px 0;

    font-weight: bold;

    font-size: 12px;

}

#form_contact-product input, #form_contact-product textarea {

    padding: 0 5px;

    height: 28px;

    width: 100%;

    border: 1px solid #ccc;

    background: white;

}

#form_contact-product textarea {

    height: 80px;

}

#product_contact_form_footer {

    margin-top: 20px;

    font-size: 12px;

}

/* fancybox */

.fancybox_contact_product_btn {

    background-image: none;

    background-color: #333333;

    border: none;

    color: #fff;

}