#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 #338A1D solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -254px;
    padding: 8px;
    z-index: 99999;
text-align:center;
box-shadow: 0 0 10px #888888;
}
.newsletter-box h3 {
	background:none;
	color: #338A1D;
font-size: 22px;
font-weight: 400;
line-height: 24px;
margin-bottom: 0px;
padding: 14px 20px 11px;
    clear: left;
	text-decoration:none;
	text-shadow:none;
}

#newsletter-agreement-text {
    width: 100%;
    height: 355px;
    overflow-y: scroll;
    color: #666666;
display: block;
font: normal normal 700 14px/16px Arial;
height: 17px;
margin: 0px 0px 4px;
}

.newsletter-close {
    float: right;
    background-color: black;
    color: white;
    cursor: pointer;
    cursor: hand;
}

.newsletter-box-text {
    clear: both;
color: #666666;
display: block;
font: normal normal 700 14px/16px Arial;
height: 17px;
margin: 0px 0px 4px;
}

.wpfes_form_label {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.wpfes_form_options {
	display: none;
}
