﻿/* container box for the eUpdatesBoxSection */
#eUpdatesBoxSection {
	border: 2px solid #A7D3C0; 
	margin-top:20px;
	background-color: #DDEEE6;
	color: #474848;
}

/* creates reverse video look for box title */
.eUpdatesBoxTitle {
	text-align:left;
	font-size: 1.2em;
	color: White;
	background-color: #54A881;
	padding: 3px 3px 3px 5px;
}

#eUpdatesBoxSignupDetailArea {
	margin-left: 10px; /*creates margin of entire detail area */
	margin-right: 10px;
}

#GetLatestText  {
	margin-top: 10px;
}

.SignUpEmailInputBox {
	width:145px;
}	

#JoinNowBox {
	text-align:left;
	font-size: 1.1em;
	background-color: #54A881;
	padding: 2px 2px 2px 4px;
	width: 60px;
}

#JoinNowBox a {
	color: White; /* required because link text not affected by color in JoinNowBox spec */
}

.PrivacyLink a {
	font-size:9px;
	color: #474848;
}

.EMailerrorMsg {
	margin: auto;
	text-align: center;
	font-size:10px;
	color:Red;
}

#eUpdatesBoxThankDetailArea {
	height:100px;
	margin-top: 10px;
	margin-left: 10px;
}

.SignupThankYouMsg {
	font-size: 1.0em;
	color: #474848;
	text-align:center;
	margin:auto;
}

