.sp-modal
{
    position: fixed;
    top:0px;
    left:0px;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 3;

    display: none;
}

.sp-modal .dialog
{
    background-color: white;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.sp-modal .dialog .title
{
    border-bottom: 1px solid #cccccc;
    font-size: 15px;
    padding: 15px;
}

.sp-modal .dialog .body
{
    min-height: 250px;
    padding: 15px;
}

.sp-modal .dialog .ctrls
{
    text-align: right;
    border-top: 1px solid #cccccc;
    padding: 15px;
}

.sp-modal .dialog .ctrls .btn-info
{
    width: 70px;
    margin-left: 10px;
}

