/*
a:link {color: #7DA727; text-decoration: none;}
a:visited {color:#7DA727; text-decoration: none;}
a:hover {color:#88BC0E; text-decoration: none;}
a:active {color:#7DA727; text-decoration: none;}
*/
.emailsignup {
	margin: 20px auto;
	width: 360px;
}
.emailsignup .fieldHolder
{
	width: 183px;
	height: 26px;
	background: url("../images/emailsignupimg/tfbg2.png") no-repeat;
}

.emailsignup .textInput
{
	width: 170px;
	height: 18px;
	background: none;
	border: none;
	border-style: none;
	margin-top: 4px;
	margin-left: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #588800;
}

.emailsignup .spcontainer
{
	background-color: #fff;
	background-image: url("../images/emailsignupimg/sp_bg2.png");
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #5F7D00;
	padding: 0px;
	width: 350px;
	height: 250px;
}

.emailsignup .news_tab
{
	background-image:url("../images/emailsignupimg/newsletter_tab.png");
	background-repeat: no-repeat;
	width: 276px;
	height: 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-shadow: 1px 1px 0px #99CC00;
	padding-left: 65px;
	padding-top: 6px;
	padding-bottom: 3px;
	margin-bottom: -12px;
	margin-left: 0px;
}

.emailsignup .email_tag
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	width: 150px;
	height: 20px;
}

.emailsignup .wktitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #5F7D00;
	text-shadow: 1px 1px 0px #fff;
}

.emailsignup .wksubtitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-shadow: 1px 1px 0px #fff;
	font-weight: bold;
}

.emailsignup .wksafesub
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top: 5px;
	color:#999999;
}

