form{
    display: inline;
}
.wp_notify_nav{
    list-style-type: none;
    width: 100%;
    background: #0D324F;
}
.wp_notify_nav li{
    display: inline;
    margin-right: 5px;
}
.wp_notify_nav li a{
    color: white;
    padding:0 5px;
    line-height: 2em;
}
.wp_notify_nav li .current{
    background: white;
    color: black;
    border: 1px inset #0D324F;
}
.wp_notify_nav li .current:visited{
    color: black;
}
.croptop{
    margin-top: 0;
}
table.c3 {width: 100%;}
strong.c2 {color: green;}
strong.c1 {color: red;}
.gray{
    background: #eee;
}
.errorbox{
    color: #300;
    border: 1px solid red;
    background: pink;
}
.errorbox p{
    margin: 5px;
}
.title{
    font-size: larger;
}
.success{
    color: green;
    font-weight: bold;
}
.hide{
    display: none;
    visibility: hidden;
}
.show{
    display: block;
    visibility: visible;
}
.NNLM_subscribe_control{
    padding: 5%;
    margin: 4%;
    width: 80%;
    border: 1px solid gray;
    text-decoration: none;
    background: lightgray;
}
#NNLM_subscribe_form{
    position: absolute;
    top: 20%;
    left: 30%;
    width: 40%;
    height: 24em;
    background: black;
    border: 1px solid black;
}
#NNLM_subscribe_form iframe{
    width: 100%;
    height: 22em;
    border: 0;
}
#NNLM_subscribe_form .closelink{
    width: 100%;
    background: black;
    color: white;
    text-align: left;
    padding-right: 5px;
    padding-left: 60%;
}
#NNLM_subscribe_frame{
    background: #eef;
}
#responses{
    border: 1px solid lightgray;
    background: #eee;
    padding: 10px;
}
#responses label{
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
#currentSubscribers{
    width: 100%;
    border: 1px solid lightgray;
}
#currentSubscribers th{
    border-bottom: 1px solid lightgray;
}
.subscribed{
    background: darkgreen;
    color: white;
}

