#popup_container
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BEBEBE;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    position: relative;
    font:normal 15px 'Open Sans',Arial,Helvetica,sans-serif;
    outline:none;
}

#popup_close, #popup_close:hover {
   background:url(Images/NewApplication/closeNormal1.png) no-repeat right top;
   width:24px; height:24px;
}

/*#popup_close:hover {
    background:url(Images/NewApplication/remove1.png) no-repeat right top !important;
}*/
#popup_title
{
    font-size: 20px;
    padding: 12px 20px;
    font-size:15px;
    font-weight:600;
    margin-bottom:0px;
    display:block;
}

#popup_content
{
    background: 16px 16px no-repeat url(Images/NewApplication/info.png);
    border-top: 1px solid #E5E5E5;
    padding: 20px;
    margin: 0em;
    text-align:center;
}

#popup_content.alert
{
    background-image: url(Images/NewApplication/info.png);
}

#popup_content.confirm, #popup_content.warning
{
    background-image: url(Images/NewApplication/important.png);
}

#popup_content.prompt
{
    background-image: url(Images/NewApplication/help.png);
}

#popup_message
{
    font-size:14px;
    padding-left: 55px;
    text-align:left;
}

#popup_panel
{
    text-align: center;
    margin: 2em 0em 0em 0;
}

#popup_prompt
{
    margin: .5em 0em;
}

#popup_cancel
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f5f5f5;
    background: -webkit-linear-gradient(#f5f5f5,#f1f1f1);
    background: -moz-linear-gradient(#f5f5f5,#f1f1f1);
    background: -ms-linear-gradient(#f5f5f5,#f1f1f1);
    background: -o-linear-gradient(#f5f5f5,#f1f1f1);
    background: linear-gradient(#f5f5f5,#f1f1f1);
    color: #444;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    font-family:Arial,Helvetica,sans-serif !important;
    height: 27px;
    line-height: 27px;
    min-width: 54px;
    outline: 0 none;
    padding: 0 8px;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    text-decoration: none;
    cursor:pointer;
    margin-left:10px;
    outline:none;
}

    #popup_cancel:hover
    {
        background-color: #f8f8f8;
        background: -webkit-linear-gradient(#f8f8f8,#f1f1f1);
        background: -moz-linear-gradient(#f8f8f8,#f1f1f1);
        background: -ms-linear-gradient(#f8f8f8,#f1f1f1);
        background: -o-linear-gradient(#f8f8f8,#f1f1f1);
        background: linear-gradient(#f8f8f8,#f1f1f1);
        /*border: 1px solid #c6c6c6;*/
        color: #333;
        border: 0px solide #cfcfcf !important;
    }
#popup_ok 
{
    background: var(--primary);
    color: #fff;
    font: bold 18px 'Open Sans',Arial, Helvetica, sans-serif;
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    border: none;
    padding: 5px 10px;
    min-width: 100px;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    outline:none;
}

    #popup_ok:hover
    {
        background: #ff7e33;
    }


