
#shiprush_overlay {
    background:rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index: 2147483647;
    text-align:center; 
    vertical-align:middle;
}

#shiprush_inner_box {
    width: 1225px;
    height: 95%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color:white;
}

#shiprush_inner_box.hide_navigation {
    width: 1025px;
}

#shiprush_loadingIndicator {
    margin: auto;
    position: fixed;
    top: 200px; 
    left: 0; 
    right: 0;
    font-size: 30px;
    color: rgba(0,0,0,0.4);
    font-family: Arial;
    z-index:1001;
}

#shiprush_iframe_holder iframe {
	background-color:white;
    position:relative;
    top: 10px;
}

a.shiprush_iframe_close {
    float:right;
    margin-top:-13px;
    margin-right:-22px;
    cursor:pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 20px;
    background: #605F61;
    font-weight: bold;
    display: inline-block;
    line-height: 12px;
    width: 12px;
    height: 12px;   
    padding: 2px 3px 4px 3px;
    font-size: 14px;
}

.shiprush_iframe_close:before {
    content: "x";
    padding-top: 5px;
    font-size: 14px;
    font-family: Arial;
    
}