#catalogBackground {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
    display: none;
    opacity:0.9;
    background:#fff url("/i/loaderCatalog.gif") no-repeat center center;
}

.send_order_button{
    background-color: #ed71a3;
    color:#fff;
    padding:10px 15px;
    border-radius: 5px;
}

.send_order_button:hover{
    cursor: pointer;
    color:#fff;
}