.content_modal {
    background-image: url(../img/core_signin_signup/bg_content_popup.png) ;
    background-repeat: repeat-y;
    background-position: center center;
    margin-top: -5px;
    position: relative;
    z-index: 99;
}
.content_modal_small {
    padding: 0px 30px;
}
.content_modal4_note {
    line-height: 24px;
    padding-top: 5px !important;
    padding-bottom: 30px !important;
    font-family: Tahoma;
    font-size: 14px;
}
.img_close {
    cursor: pointer;
}
.img_close {
    position: absolute;
    top: 23px;
    right: 23px;
}
.h2_title_message{

    text-align: center;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}
.h2_title_message span{
    font-size: 26px;
    font-weight: bold;
}
.main-popup-area-noti {
    position: relative;
    width: 650px;
    margin: 0 auto;
    top: 30%;
}
.title-noti {
    width: 235px;
    height: 50px;
    background: url("../img/core_signin_signup/bg-title-popup.png") no-repeat;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    padding-left: 37px;
}
.main-noti {

    background-color: #fff;
    padding: 20px;
    font-size: 15px; 
    font-weight:300 ;
    position: relative;
}
.main-noti p{
    margin:0px;
    padding:0px;
}
.close-popup {
    width: 16px;
    height: 16px;
    background: url(../img/core_signin_signup/img_close_pop.png )top center no-repeat;
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 9999;
}
.close-popup:hover {
    background: url(../img/core_signin_signup/img_close_pop_hover.png )top center no-repeat;
}



