@media all and (max-width:1020px)
{
    #prostoprint-order-form {
        position:absolute;
    }
    #prostoprint-order-form > .overlay {
        position:fixed;
    }
    #prostoprint-order-form > .wrapper {
        top:10%;
        width:500px;
        height:auto;
        min-height:200px;
        margin-left:-250px;
        margin-top:0;
    }
    #prostoprint-order-form > .wrapper > .inner > .content {
        width:450px;
        padding-right:25px;
        padding-left:25px;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    #prostoprint-order-form > .wrapper > .inner > .view-info {
        float:none;
        height:auto;
        margin:0 auto;
    }
    #prostoprint-order-form > .wrapper > .inner > .error {
        left:25px;
        top:100%;
        bottom:auto;
        width:410px;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}