.askproduct-modal-product-name {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.askproduct-modal-product-image {
    text-align: center;
}

#askproduct-oosn-button {
    float: right;
}

#askproduct-oosn-button:hover,
#askproduct-oosn-button:visited,
#askproduct-oosn-button:active,
#askproduct-oosn-button:focus {
    border: 1px solid #000000;
    color: #fff;
}

.askproduct-container .field {
    margin-bottom: 10px;
}

.askproduct-container .input[type="text"].mage-error {
    border-color: #ed8380;
}

.askproduct-container .mage-error {
    color: #e82121;
}

#loader-askproduct {
    display: none;
    float: right;
    margin: 20px 0 0 50px;
    width: 30px;
    height: 10px;
    position: absolute;
}

.askproduct-loading-mask {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.62);
    height: 100%;
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.askproduct-loading-mask-outer {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.62);
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.askproduct-loader {
    background: url("../images/ajax-loader.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 32px;
}

.askproduct-display-none {
    display: none;
}

#askproduct-oosn-warning {
    background-color: #d9edf7;
    border-color: #bce8f1;
    border-radius: 4px;
    color: #31708f;
    display: none;
    margin-top: 10px;
    padding: 12px 9px;
    float: right;
}

#askproduct-oosn-email-warning {
    color: red;
}

.askproduct-oosn-error {
    color: red;
}

.modal-popup .modal-inner-wrap {
    width: 30%;
}

.modal-popup.modal-slide {
    left: 0;
}

@media screen and (max-width: 1100px) {
    .modal-popup .modal-inner-wrap {
        width: 50%;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1400px) {
    .modal-popup .modal-inner-wrap {
        width: 40%;
    }
}

#askproduct-oosn-form .control {
    margin-top: 5px;
}