#email_list_div a {
	cursor: pointer;
}

#email_list_div {
	text-align: left;
	padding: 0px;
	width: 90%;
}

#email_list_div input {
	width: 160px;
}

#email_list_div div {
	padding: 4px;
	background: transparent;
	display: none;
	margin-bottom: 3px;
}

#email_list_div  #el_intro {
	display: block;
	padding: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	width: 200px;
	background: transparent;
	font-size: 8pt;
	color: #94c750;
}

#email_list_div #el_intro span {
	font-weight: normal;
	background: transparent;
	text-transform: uppercase;
	color: #308818;
	font-size: 9pt;
	/*letter-spacing:-1px;*/
}

#email_list_div #processing {
	border: 1px dotted #348b23;
}

#email_list_div .success {
	border: 1px solid #348b23;
}

#email_list_div .failed {
	border: 1px dotted #900;
}

#email_list_div .submit {
	font-weight: bold;
	cursor: pointer;
}

input#email {
	width: 180px;
}
