.modal_small {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.login_popup {
    margin: -300px 0 0 -260px !important;
    top: 300px !important;
    width: 500px !important;
}
.filterpost_popup {
    background: #ffffff url("../../images/filterpostpop_bg.png") repeat-x scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 3px #cccccc;
    left: 50% !important;
    margin: -150px 0 0 -220px !important;
    padding: 10px;
    position: absolute;
    top: 50% !important;
    width: 780px;
}
.filterpost_popup .filterpost_titl {
    color: #fa8827;
    font: 24px/40px "CenturyGothic";
}
.filterpost_contentctrl {
    margin: 0;
    padding: 30px 0 0;
}
.filterpost_closebtn {
    height: 29px;
    position: absolute;
    right: 10px;
    top: 17px;
    width: 38px;
}
.filterpost_keywor_left {
    float: left;
    margin: 0 20px 0 0;
    width: 253px;
}
.filterpost_keywor_left .filterpost_keywor_inputtxt {
    color: #333;
    float: left;
    font: 16px/28px "TrebuchetMS";
    width: 100%;
}
.applyfiler_btn input[type="submit"] {
    background: #f19621 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: none;
    font: 14px "CenturyGothic";
    margin: 20px 10px 0 0;
    padding: 5px 8px;
}
.applyfiler_btn input[type="button"] {
    background: #f19621 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: right;
    font: 14px "CenturyGothic";
    margin: 20px 10px 0 0;
    padding: 5px 8px;
}
.filterpost_keywor_left input[type="text"] {
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    color: #8a8a8a;
    float: right;
    font-size: 14px;
    padding: 6px;
    width: 348px;
}
.filterpost_keywor_left input[type="password"] {
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    color: #8a8a8a;
    float: right;
    font-size: 14px;
    padding: 6px;
    width: 348px;
}