/* Product
***************************************/
#EnquiryForm {
    display: none;
}

#Actions .enquiry {
    background: transparent url(../images/button_order_now_h.gif) no-repeat 0 0;
    text-indent: -999em;
    display: block;
    width: 167px;
    height: 39px;
}
#EnquiryForm label {
    font-size: 100%;
    font-weight: bold;
}
#EnquiryForm label span{
    display: block;
    font-size: 90%;
    font-weight: normal;
    color: #333;
    margin-top: 3px;
}
#EnquiryForm .terms {
    list-style: disc;
    padding: 10px 20px;
    margin: 0;
    font-size: 90%;
}
#EnquiryForm .terms li {
    padding-bottom: 5px;
}
#terms_accepted {
    padding: 10px 5px;
    background: #E9E9E9;
    text-align: center;
    border: 1px solid #CCC;
    width: 90%;
}
#terms_accepted label {
    display: inline;
}
