#wpfes_newsletter p {
	margin-bottom: 10px;
}
#wpfes_newsletter span.tos {
font-size: 11px;	
cursor:pointer;
	text-decoration:underline;
}
#wpfes_newsletter span.tos:hover {
	text-decoration:none;
}
.wpfes_off {
	display:none;
}
.newsletter-box {
    width: 500px;
    height: 400px;
    color: #5c5c5c;
    background-color: #f8f8f8;
    border: 9px #d1a844 solid;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -254px;
    padding: 8px;
	z-index: 99999;
}
.newsletter-box h3 {
	background:none;
	color:#1a1a1a;
    float: left;
    clear: left;
	margin:0 0 10px 0;
	padding:0;
	font-size:14px;
	height:16px;
	line-height:16px;
	font-family: "Book Antiqua", Georgia, Times, serif;
	text-decoration:none;
	text-shadow:none;
}
#newsletter-agreement-text {
    width: 100%;
    height: 355px;
    overflow-y: scroll;
    clear: both;
	padding:5px 0 10px 0;
    font-size:14px;
}
.newsletter-close {
    float: right;
    background-color: #1a1a1a;
    color: #fff;
    cursor: pointer;
    cursor: hand;
}
.newsletter-box-text {
    clear: both;
font-size:13px;
}
.wpfes_form_label {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
input#wpfes_email:focus, input#wpfes_fld_2:focus {
background: #fefefe;
border:2px solid #d1a844;
width: 230px;
}
.wpfes_form_txt {
min-width:210px;
font-size: 13px;
font-family: "Lucida Grande", Geneva, Arial, sans-serif;
}
.wpfes_form_options {
	display: none;
}
input.wpfes_form_btn {
       /*cursor: hand;
       font-size: 13px;*/
	background: -moz-linear-gradient(center top , #FF1952 0pt, #D21242 100%) repeat scroll 0 0 transparent;
background: -o-linear-gradient(center top , #FF1952 0pt, #D21242 100%) repeat scroll 0 0 transparent;
background: -webkit-linear-gradient(center top , #FF1952 0pt, #D21242 100%) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF1952), to(#D21242));
	border-color: #aaaaaa #aaaaaa #757575;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 2px 2px 4px #afafaf;	
	-moz-box-shadow: 2px 2px 4px #afafaf;
	box-shadow: 2px 2px 4px #afafaf;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	padding: 4px 3px;
	position: relative;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
.wpfes_form_btn:hover {
	background: #d21242;
	border-color: #727272 #727272 #555555;
	border-style: solid;
	border-width: 1px;
	color: #f4f4f4;
cursor: pointer;
	text-decoration: none;
}

