#popup_container:not(.reponsiveConfirmationPopup) {
    font-family: Open Sans;
    font-size: 12px;
    min-width: 380px !important; /* Dialog will be no smaller than this */
    max-width: 380px !important; /* Dialog will wrap after this width */
    background: #FFF;
    /*border: solid 1px #999;*/
    /*color: #000;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 3px;
    padding: 30px 40px 30px 40px !important;
}
#popup_container.reponsiveConfirmationPopup {
    font-family: Open Sans;
    font-size: 12px;
    background: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 3px;
    padding: 30px 40px 30px 40px !important;
}
#popup_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
    color: #9C9C9C !important;
}

#popup_content {
    /*background: 16px 16px no-repeat url(../images/info.gif);
    padding: 1em 0em;*/
    margin: 0em;
}


#popup_content.alert {
    padding: 0px !important;
}


/*#popup_content.confirm {
    background-image: url(../images/important.gif);
}*/

#popup_content.prompt {
    background-image: url(../images/help.gif);
}

#popup_message {
    font-size: 16px;
    color: #4C4C4C;
    margin-bottom: 30px;
    margin-top: 30px;
}

#popup_panel {
    text-align: right;
}

#popup_prompt {
    margin: .5em 0em;
}

.btn-confirm {
    color: #4C4C4C;
    background-color: #ECECEC;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin: 0px 0px 0px 7px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
/*    width: 100px;*/
	min-width: 100px;
    outline: none !important;
}

#popup_ok.btn-confirm {
    background-color: #2C9B2C;
    border: 1px solid #2C9B2C;
    color: #ffffff;
}

#popup_ok.btn-confirm.delete {
    border: 1px solid #FF0000;
}

.normal, .readmore{
    color: #fff !important;
}
.readmore {
    background-color: #5EC830 !important;
}

/*#popup_panel .delete {*/
    /*color: #fff !important;*/
    /*background-color: #FF0000 !important;*/
/*}*/