html {
    margin:                         0px;
    padding:                        0px;
}

body {
    margin:                         0px;
    padding:                        0px;
}

/*============================================================================*/

div.generic-dialog {
    height:                         0px;
    top:                            0px;
    left:                           0px;
    overflow:                       visible;
    position:                       absolute;
    width:                          100%;
    z-index:                        101;
}

div.generic-dialog_popup { /* The one that aligns the frame in the centre */
    height:                         0px;
    margin:                         auto;
    position:                       relative;
}

div.frame-container {
    width:                          898px;
    top:                            110px;
}

div.frame-wrapper {
    width:                          898px;
    background-color:               black;
    height:                         500px;
    border-bottom:                  1px solid #272727;
    border-left:                    1px solid #272727;
    border-right:                   1px solid #272727;
}

iframe.order-frame {
    width:                          100%;
    height:                         500px;
    border:                         0px none;
    background:                     inherit;
}
