﻿.sf_emptyForm 
{
	margin: 1em 0;
	padding: 0;
	color: #f00;
	font-size: 1em;
}
.sf_newsletterSubscriptionForm 
{
	border: 0;
	font-size: 1em;
	float: right;
}
.sf_newsletterSubscriptionForm ol 
{
}
.sf_newsletterSubscriptionForm li
{
}
.sf_newsletterSubscriptionForm label 
{
	padding-right: 5px;
}
.sf_newsletterSubscriptionForm input
{
	margin-left: 10px;
}
.sf_newsletterSubscriptionForm .sf_subscribeBtn 
{
	padding: 5px 15px 5px 15px;
	border-right: lightsteelblue thin outset;
	border-top: lightsteelblue thin outset;
	font-size: 9pt;
	border-left: lightsteelblue thin outset;
	clip: rect(auto auto auto auto);
	color: black;
	line-height: 16px;
	border-bottom: lightsteelblue thin outset;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #f3f3f3;
	text-decoration: none;
}
.sf_newsletterSubscriptionForm .sf_subscribeTxt 
{
	width: 241px;
    border-style: none;
    border-radius: 0;
    border-width: 0;
}
.sf_newsletterSubscriptionForm .sf_emailValidation strong
{
	padding: 1px 5px;
	background-color: #f00;
	color: #fff;
}
/* Subscription Status */
.sf_subscriptionStatusSuccess 
{
	margin: 1em 0;
	padding: 0;
	color: #008000;
	font-size: 2em;
	font-weight: normal;
	font-family: Arial;
}
.sf_subscriptionStatusFailure 
{
	margin: 1em 0;
	padding: 0;
	color: #f00;
	font-size: 2em;
	font-weight: normal;
	font-family: Arial;
}
.sf_goBackToSite 
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: Arial;
}
.buttons
{
	border-left: #cccccc thin outset;
	border-right: #cccccc thin outset;
	border-top: #cccccc thin outset;
	border-bottom: #cccccc thin outset;
	font-size: 10pt;
	color: black;
	line-height: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #f3f3f3;
	text-decoration: none;
	padding: 5px;
	cursor: pointer;
}

A.buttons:link
{
	color: black;
	text-decoration: none;
	font-size: 10pt;
}
A.buttons:visited, A.buttons:active
{
	color: black;
	text-decoration: none;
}
A.buttons:hover
{
	color: #cccccc;
	text-decoration: none;
}