.nicEdit-main {
    background: none repeat scroll 0 0 #FFFFFF;
    max-height: 340px !important;
    overflow: auto !important;
}
.div_btn{
    padding: 10px 0;
}
.div_loading {
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.clearDiv{
    float: left;
    clear: both;
    width: 100%;
}
.wrap{
    width: 100%;
    float: left;
    clear: both;
}
.txt_fancy_email{
    width: 300px;
}
.fancy_msg {
    text-align: center;
}

/*PopUp CSS*/
#div_test_email {
    background: none repeat scroll 0 0 #F1F0F0;
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    margin: 0 auto;
    padding: 10px;
    position: fixed;
    text-align: left;
    top: 30%;
    z-index: 1000000;
    width: 500px;
    left: 30%;
}
#div_test_email h2 {
    border-bottom: 1px solid #D3D3D3;
    color: #000;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 0 8px;
    text-align: center;
}

#closeLogin {
    background: url("close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000000;
    display: inline-block;
    float: right;
    height: 32px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    width: 32px;
    cursor: pointer;
}

.signup-overlay {
    background-color: #000000;
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
#send_test_fancy{
    float: left;
}
.loader_img{
    background: url("loader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 27px;
    margin: 4px 0 0 5px;
    text-align: left;
    width: 26px;
    display: none;
}
/*END PopUp CSS*/