.jpopover {
    width: 400px;
    height: 143px;
    border-width: 0;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    display: none;
}

.jpopover_inner {
    width: 400px;
    height: 143px;
    padding: 15px;
    border-width: 0;
    bottom: 0;
    right: 0;
    background-color: #666666;
    display: none;
    position: absolute;
}

@media (max-width: 420px) {
    .jpopover {
        width: auto;
        height: auto;
        border-width: 0;
        position: fixed;
        bottom: 10px;
        right: 10px;
        left: 10px;
        z-index: 999;
        display: none;
    }

    .jpopover_inner {
        width: auto;
        height: auto;
        padding: 15px;
        border-width: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #666666;
        display: none;
        position: absolute;
    }
}

.jpopover p {
    color: #ffffff;
    margin: 8px 0 8px 0;
}

.jpopover h3, 
.jpopover h4 {
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 14pt;
    margin-top: 0px;
}

.jpopover .jpopover_row input {
    margin-top: 3px;
    float: left;
    max-width: 250px;
    border-width: 0;
    padding: 3px;
}

.jpopover .jpopover_row input.inactive {
    color: #999999;    
}

.jpopover .jpopover_row button {
    float: left;
    margin-left: 8px;
}

.jpopover .jpopover_header {
    height: 20px;
}

.jpopover .jpopover_header h3 {
    float: left;
}

.jpopover .jpopover_header h4 {
    float: right;
    overflow: hidden;
    text-indent: -999px;
    display: block;
    height: 18px;
    width: 18px;
    background: transparent url('/assets/omlet/images/misc/close_x_white.png') no-repeat center center;
    cursor: pointer;
}

.jpopover .fail_cross {
    border-width: 0;
    padding-left: 30px;
    background: transparent url("/images/static/misc/error_icon.png") no-repeat 7px 10px;
}

.jpopover .jpopover_row form button {
    margin-top: 3px;
}