
.bloc-catcher-mail {
    float: left;
    background: #f7f7f7;
    border:2px dashed #cccccc;
    margin:20px 0;
}
.bloc-catcher-mail-left {
    float: left;
    width: 40%;
     padding: 0 15px;
}
.bloc-catcher-mail-right {
    border-left: 1px solid #dedede;
    float: right;
    padding-left: 25px;
    width: 50%;
}
.ico-bonus-mail-depot {
    background: url("plugins/tap-shortcodes/library/images/ico-mailbox.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 132px;
    margin: 0 auto;
    width: 127px;
}

.form-box-catcher-mail {
    color: #999999;
    position: relative;
    width: 100%;
}
.catcher-mail-title {
    height: 31px;
    margin-bottom: 5px;
    position: relative;
}
.catcher-mail-title span {
    background: url("plugins/tap-shortcodes/library/images/bg-bloc-cta-top-header.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    color: #ffffff;
    display: inline-block;
    font-family: arial;
    font-size: 17px;
    font-weight: bold;
    height: 42px;
    letter-spacing: -1px;
    line-height: 42px;
    margin: -10px -3px;
    padding: 0 25px 0 17px;
    text-transform: uppercase;
}
.form-box-catcher-mail .mega-title {
    color: #000;
    display: block;
    font-size: 12px;
    line-height: 20px;
    margin: 20px 0;
    text-align: left;
}
.form-box-catcher-mail .ligne {
    clear: both;
    display: block;
    height: 45px;
    margin-bottom: 7px;
    width: 100%;
}
.form-box-catcher-mail fieldset {
    border: medium none;
    margin: 0;
    padding: 0;
}
.form-box-catcher-mail label {
    color: #000000;
    float: left;
    font-size: 12px;
    line-height: 37px;
    margin-right: 10px;
    text-align: left;
    width: 18%;
}
.form-box-catcher-mail .row {
    margin-top: 5px;
    overflow: hidden;
}
.form-box-catcher-mail .text {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #e5e5e5;
    float: left;
    height: 25px;
    padding: 5px;
    width: 70%;
}
.form-box-catcher-mail .text input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    float: left;
    height: 15px;
    width: 108px;
}
.form-box-catcher-mail .submit {
    background: linear-gradient(to bottom, rgba(250, 123, 0, 1) 0%, rgba(228, 93, 0, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: arial;
    font-weight:bold;
    font-size: 14px;
    margin-left: 35px;
    padding: 8px 25px;
    text-transform: uppercase;
    white-space: nowrap;
}
.form-box-catcher-mail .submit:hover {
    background: linear-gradient(to bottom, rgba(131, 131, 131, 1) 0%, rgba(84, 84, 84, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    text-decoration: none;
}
.form-box-catcher-mail .is-loading {
    background: url("plugins/tap-shortcodes/library/images/loader.gif") no-repeat scroll center center rgba(255, 255, 255, 0.6);
    display: none;
    height: 211px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.form-box-catcher-mail .is-success {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    display: none;
    height: 211px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.form-box-catcher-mail .is-success .icon {
    background: url("plugins/tap-shortcodes/library/images/valid.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 38px;
    margin: 70px 5px 15px 10px;
    width: 50px;
}
.form-box-catcher-mail .is-success p.text {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #009900;
    float: none;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 70px 5px 10px 62px;

}



