
#btn_signup{
	text-align: center; 
	margin-top: 20px;
}
/* blue style for active buttons - submit */ /*http://www.elstonpharmacy.com/*/
input.btn-active {
	color: #FFF;
	border: 2px solid #357e86;
	background:#419ba5 url(/images/elstonimages/btn_active2.gif) no-repeat;
	font: normal 1em Arial, Verdana, Helvetica, sans-serif;
	margin: 1px;
	padding: .2em;
	cursor:pointer;
}
/* gray style for inactive buttons, that we dont want to bring too much attention to - H&T signup */
input.btn-inactive {
	color: #404040;
	border: 1px solid #a6a6a6;
	background: #E5E5E5 url(http://img.constantcontact.com/lp/images/standard/bv1/btn_inactive.gif) no-repeat;
	font: normal 1em Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: .2em;
	cursor:pointer;
}


