/*********************************************************************
					MAILCHIMP NEW DEC 2013 NEWSLETTER LISTS
 *********************************************************************/



#newsletter #fname.error {
	color: #DD0000;
	position: relative;
	top: 0px;
	right: 0px;	
	font-size: 13px;
	margin-right: 9px;	
}

#newsletter #lname.error {
	color: #DD0000;
	position: relative;
	top: 0px;
	right: 0px;	
	font-size: 13px;
	margin-right: 9px;	
}

#newsletter #email.error {
	color: #DD0000;
	position: relative;
	top: 0px;
	right: 0px;	
	font-size: 13px;
	margin-right: 9px;	
}


#newsletter #fname {	
	float: left;
	width: 135px;
	background-color: #333333;
	color: #666666;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	font-size: 13px;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	margin-right: 9px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#newsletter #fname:focus {
	color: #CCCCCC;
	background-color: #666666;
}


#newsletter #lname {
	width: 135px;
	background-color: #333333;
	color: #666666;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	font-size: 13px;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	margin-right: 9px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}


#newsletter #lname:focus {
	color: #CCCCCC;
	background-color: #666666;
}

#newsletter #email {	
	float: left;	
	background-color: #333333;
	color: #666666;
	width: 285px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	font-size: 13px;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	margin-right: 9px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#newsletter #email:focus {
	color: #CCCCCC;
	background-color: #666666;
}


.listdescription {
	font-size: 16px;
	margin-top: 10px;
}