.mod_subscribe .checkbox_container,
.mod_unsubscribe .checkbox_container {
    margin:10px 0;
    padding:10px 0;
    border:1px dotted #D0C9C2;
    border-left: 0;
    border-right: 0;
}
.mod_subscribe .text,
.mod_unsubscribe .text {
    width:40%;
}
.mod_nl_list {
    margin:20px 0 0;
    background-color:#f4f2f0;
    border:1px solid #e1dad6;
    font-weight:bold;
    color:#7f7266;
    border-left: none;
}
.mod_nl_list h2 {
    margin:0;
    padding:10px;
    border-bottom:1px solid #e1dad6;
    color:#e37a25;
}
.mod_nl_list ul {
    margin:0;
    padding:0;
    list-style: none;
}
.mod_nl_list li {
    overflow:hidden;
    margin:15px 0 0;
    padding:0 10px 15px;
}
.mod_nl_list a,
.mod_nl_list a:visited,
.mod_nl_list a:hover,
.mod_nl_list a:focus {
    float:left;
    padding:3px 0 0;
    text-decoration:none;
}
.mod_nl_list a:hover,
.mod_nl_list a:focus {
    color:#e37a25;
}
