#wpfes_newsletter p {
	margin-bottom: 10px;
}
#wpfes_newsletter span.tos {
	cursor:pointer;
	text-decoration:underline;
}
#wpfes_newsletter span.tos:hover {
	text-decoration:none;
}
.wpfes_off {
	display:none;
}

.newsletter-box {
    width: 500px;
    height: 400px;
    color: black;
    background-color: white;
    border: 1px black solid;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -254px;
    padding: 8px;
	z-index: 9999;
}
.newsletter-box h3 {
    width: 400px;
    float: left;
    clear: left;
	margin:0 0 5px 0;
}

#newsletter-agreement-text {
    width: 100%;
    height: 365px;
    overflow-y: scroll;
    clear: both;
	padding:5px 0 10px 0;
}

.newsletter-close {
    float: right;
    background-color: black;
    color: white;
    cursor: pointer;
    cursor: hand;
}

.newsletter-box-text {
    clear: both;
}
