.overlay{
    background:rgba(155,155,155,0.5);
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:150;
}

.box{
    width: 700px;
    display: none;
    position: absolute;
    top: 160px;
    z-index: 151;
}
a.boxclose{
    width: 26px;
    height: 26px;
    background:transparent url(../images/cancel.png) no-repeat top left;
    cursor: pointer;
    position: absolute;
    top: -12px;
    right: -12px;  
}
a.boxclose:hover{

}
.send_all_div {
    padding: 20px;
}
.popup_label{
    line-height: 20px;
}
.msg-img{
    padding: 5px;
    line-height: 0;
}
.msg-empty{
    background-color: #FFFFFF;
    border: 4px solid #dadada;
    border-top: 4px solid #eaeaea;
    border-left: 4px solid #e3e3e3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 5px #333;
    -moz-box-shadow: 0 1px 5px #333;
    box-shadow: 0 1px 5px #333;
}
.msg-error{
    background-color: #F9EAEA;
    border: 4px solid #e3e3e3;
    border-top: 4px solid #f3f3f3;
    border-left: 4px solid #f3f3f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 5px #333;
    -moz-box-shadow: 0 1px 5px #333;
    box-shadow: 0 1px 5px #333;
}