/*------------------------popup-------------*/
#popup {
    padding:3px;
    position:absolute;
    display: none;
    z-index:100;
}
#popup .article-search div {font-size:11px;}
/*obnulim margin*/
#popup div.mr4{margin-right:0}
#popup .mb4{margin-bottom:0}

#popup .article-search{
    background:#fff;
    margin:0
}

/*---------- popup png*-------*/
#popup table td.left-shadow{background:url(../img/grad/left_bg.png) repeat-y}
#popup table td.right-shadow{background:url(../img/grad/right_bg.png) repeat-y; height: 100%;}


/*-------------popup png --------------*/
#popupcurtain{
    top:0px;
    left:0px;
    position:absolute;
    background-color:black;
    z-index:10;
    opacity:0;
    display: none;
}

/* Fixed msg block - DO NOT change anything! */

#notifier_box{
    position: fixed; left: 0px; top: 0px;
    display: none; visibility: hidden;
    background-color: red; color: white;
    margin: 5px; padding: 4px 20px 4px 20px;
    font-size: 10px;
    z-index: 99999;
}
span > div#rc_notify {
    position: fixed;
}
/* / Fixed msg block  */

/*----------------- shadow -------------*/
#popup table td.left-shadow{background:url(../img/grad/left_bg.png) repeat-y}
#popup table td.right-shadow{background:url(../img/grad/right_bg.png) repeat-y}


td.left-cols{
    width:14px;
    height:100%;
}
td.right-cols{
    width:14px;
    height:100%;
}
td.left-cols table,
td.right-cols table{
    height:100%;
}
.col-top{height:25px;}
.col-bot{height:21px;}
/*------------- shadow end ------------*/

#popup table td.bottom-bg{background:url(../img/grad/b.png) repeat-x}
#popup table td.bottom-left-corner{background:url(../img/grad/lbc.png) repeat-x}
#popup table td.bottom-right-corner{background:url(../img/grad/rbc.png) repeat-x}

#popup table td.top-bg{background:url(../img/grad/t.png) repeat-x;height:10px;}
#popup table td.top-left-corner{background:url(../img/grad/ltc.png) repeat-x;height:10px;}
#popup table td.top-right-corner{background:url(../img/grad/rtc.png) repeat-x;height:10px;}

#popup table td.left1{background:url(../img/grad/left_1.png) no-repeat}
#popup table td.right1{background:url(../img/grad/right_1.png) no-repeat}
#popup table td.left2{background:url(../img/grad/left_2.png) no-repeat}
#popup table td.right2{background:url(../img/grad/right_2.png) no-repeat}

/*-----------------*/
.button{
    background:#F0EADB;
    border:1px solid #D4C9AE;
    color:#A52238;
    font-size:11px;
    text-align:center;
    padding:0px 7px;
}
.border_input{
    border:1px solid #A1A1A1;
    padding:2px 0px;
}

*html .img_100{
    height:100%
}
.popup-box-shadow {
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
}