/* ------- Lightface Popup ------- */
.popup_v2 .topLeft, .popup_v2 .topCenter, .popup_v2 .topRight,
.popup_v2 .centerLeft, .popup_v2 .centerRight,
.popup_v2 .bottomLeft, .popup_v2 .bottomCenter, .popup_v2 .bottomRight {
    display: none;
}
.popup_v2 .lightfaceContent {
	background: transparent;
    border: none !important;
    border-radius: 11px;
}
.popup_v2 .lightfaceMessageBox {
    padding: 0 !important;
}
.popup_v2 .lightfaceOverlay {
	background: url("../js/LightFace/fbloader.gif") center center no-repeat;
}
.popup_v2 table {
    margin: auto;
}
.popup_title {
    min-height: 54px;
    padding: 0 20px;
    position: relative;
    color: white;
    font-size: 16px;
    background: #c02704;
    border-radius: 10px 10px 0 0;
}
.popup_title h2 {
    padding: 18px 0;
    font-size: 16px;
    text-align: center;
}
.item_popup .popup_title h2 {
    text-align: left;
}
.popup_title h2 span {
    font-weight: normal;
}
.popup_left, .popup_right {
    float: left;
}
.popup_left .popup_title {
    border-radius: 10px 0 0 0;
}
.popup_right .popup_title {
    border-left: 1px solid #a00006;
    border-radius: 0 10px 0 0;
}
.popup_right .popup_content {
    border-left: 1px solid #dadada;
}
.popup_close {
    position: absolute;
    top: 18px;
    right: 21px;
}
.action_link, .action_link:hover, .action_link:active {
    color: #188dfb;
}
.proceed {
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}
.proceed_btn {
    width: 270px;
    padding: 16px 0;
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    border-radius: 2px;
}
