﻿/*Stylesheet for the Constant Contact Email Signup Control*/

#SignupHeaderText
{
	width: 239px;
	color: #281903;
	font-family: Georgia;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

#EmailTextBoxContainer
{
	float:left;
	width: 155px;
	padding-top: 6px;
	vertical-align: top;
}

.EmailTextBox
{
	float: left;
	width: 150px;
	height: 18px;
	line-height: 18px;
	background-color: White !Important;
	border: solid 1px #281903;
}

#SignupButtonContainer
{
	float: left;
	width: 76px;
	padding-top: 6px;
	margin-left: 8px;
}

.SignupButton
{
	float: left;
	width: 76px;
	height: 22px;
}

#EmailThankYou
{
	width: 100%;
	height: 61px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	padding-top: 20px;
	color: #333333;
	font-weight: bold;
}

.TBGrey
{
	font-family: "Trebuchet MS", Sans-Serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #7D7D7D;
	background-color: inherit;
}

.TBBlack
{
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 12px;
	color: Black;
	background-color: inherit;
}

.EmailInner { padding-left: 3px; }
