﻿

#email_signup label, #footer .footer_links li {
	margin: 4px 0 0 0;
}
#email_signup label, #footer .footer_links li, #footer .footer_links a {
	color: #ddd;
}
#footer .footer_links a:hover {
/*color: #20558a;*/
}
#email_signup form, #email_signup input {
	display: inline;
	left: -20px;
	top: -3px;
}
#email_signup input {
	background: #FFFFFF;
	border-color: #5d607a;
	color: #888888;
	font-family:song,arial,helvetica,verdana,ms gothic,MS UI Gothic;
	font-size: 12px;
	letter-spacing: 0.25px;
	margin-bottom: -5px;
	position: relative;
	top: -1px;
}
#email_signup form {
	display:block;
	width:200px;
}
#email_signup .form_submit {
	background: transparent;
}
#email_signup label {
	float:left;
	margin-left:-180px;
	margin-right:12px;
	margin-top:3px;
	padding-right:5px;
}
#signup_email_address {
	width: 108px;
	height: 15px;
	font-size: 9px;
}
#email_signup #signup_error {
	border: 1px solid #ccc;
	color: #fe2e2e;
	display: none;
	left: 157px;
	_left: 0px;
	padding: 2px 4px;
	position: absolute;
	top: -21px;
	z-index: 1000;
}

/* ***** EMAIL SIGN UP POPOVER JUST FOR THE SIGNUP IN THE UTILITY NAV***** */


#email_sign_up_popover_div {
	width: 236px;
	height: 108px;
	position: absolute;
	right: 0px;
	top: 60px;
	z-index: 10001;
}
.email-signup {
	position: absolute;
	left: 19px;
	top: 38px;
	background-color:#FFFFFF;
	width:135px;
	height:18px;
	border: 1px solid #E3E3E3;
}
.input-btn {
	position: absolute;
	left: 159px;
	top: 38px;
}
.masthead .error-msg {
	list-style-position:outside;
	left:13px;
	position:relative;
	text-align:left;
	top:48px;
	width:220px;
}
#footer .email-signup {
	position: relative;
	left: -22px;
	/*top: -3px; */ top: -4px; /* 65890 COG January 13 2011 - Alignment issue in the footer fixed */
	background-color:#ffffff;
	width:109px;
	height:17px;
}
#email_sign_up_popover_div_bg_container {
	background-image: url(../images/signup_popover_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 236px;
	height: 108px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#email_sign_up_popover_text_div {
	color: #666666;
	position: absolute;
	left: 19px;
	top: 65px;
	font-family:song,arial,helvetica,verdana,ms gothic,MS UI Gothic;
	font-size: 11px;
	line-height:14px;
	letter-spacing: 0.25px;
	width: 200px;
}
#email_sign_up_popover_textbox_div {
	position: absolute;
	right: 81px;
	top: 38px;
	z-index: 10002;
}
#email_sign_up_popover_msg_div {
	color: #666666;
	position: absolute;
	left: 20px;
	text-align: left;
	top: 65px;
	font-family: song,arial,helvetica,verdana,ms gothic,MS UI Gothic;
	font-size: 12px;
	line-height:14px;
	letter-spacing: 0.25px;
	width: 210px;
}
#email_sign_up_popover_textbox_div input {
	width: 131px;
	background-color: #FFF;
}
#email_sign_up_popover_submit_div {
	position: absolute;
	right: 19px;
	top: 38px;
}
/* 67205 - COG 8 Feb 2011 - email signup error message alignment issue fixed */
.error-msg-signup {
	/*left: 110px; */ 
	left:19px; 
	position:relative;
	list-style-position:outside;
	text-align:left;
	/*width: 126px; */ 
	width:140px;
	/*top: -15px;*/ 
	top:-28px;
	float:left;
}
#email_sign_up_popover_error_div {
	color: rgb(254, 46, 46);
	position: absolute;
	left: 20px;
	top: 5px;
	background-color: transparent;
	width: 200px;
}
#signup_email_address_popover {
	font-size: 9px;
	font-family:song,arial,helvetica,verdana,ms gothic,MS UI Gothic;
	color: #666666;
	letter-spacing: 0.3px;
}

.email_promotions p#providing-email {
	clear: both;
}

.error-msg-signup .error_messages { font-weight:normal; } /* 67205 - COG 8 Feb 2011 - email signup error message alignment issue fixed */
