#wpfes_newsletter {
margin-top:76px;
margin-left: 50px;
}
#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;
}

#newsletter-agreement-text {
    width: 100%;
    height: 380px;
    overflow-y: scroll;
    clear: both;
}

.newsletter-close {
    float: right;
    right: 0px;
    top: 0px;
    padding: 2px;
    background-color: black;
    color: white;
    cursor: pointer;
    cursor: hand;
}

.newsletter-box-text {
    clear: both;
}

.wpfes_form_btn{
border:none;
background-color: #E4006E;
color:#fff;
width:70px;
height:30px;
float:right;
font-family: Verdana;
font-weight: bold;
font-size:21px;
cursor:pointer;
cursor:hand;
}

.wpfes_form_btn:hover{
background-color: #279BD3;
}

.wpfes_form_txt{
border:none;
background-color: #279bd3;
width:170px;
height:22px;
color: #fff;
}
