﻿/*Stylesheet for the Constant Contact Email Signup Control*/

#SignupHeaderText
{
	color: White;
	background-color: inherit;
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}

#EmailTextBoxContainer
{
	float:left;
	width: auto;
	padding-top: 4px;
	vertical-align: top;
}

.EmailTextBox
{
	float: left;
	width: 147px;
	background-color: White !Important;
	height: 17px;
	line-height: 17px;
	padding-bottom: 2px;
	border: solid 1px Black;
}

#SignupButtonContainer
{
	float: left;
	width: auto;
	padding-top: 4px;
	margin-left: 4px;
}

.SignupButton
{
	float: left;
	width: 42px;
	height: 22px;
}

#EmailThankYou
{
	width: 100%;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	padding-top: 30px;
	font-size: 14px;
	color: White;
	font-weight: bold;
}

.TBGrey
{
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 12px;
	color: Gray;
	background-color: inherit;
}

.TBBlack
{
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 10px;
	color: Black;
	background-color: inherit;
}

.EmailInner { padding-left: 5px; }
