.retailer_text{
	color:#11111;
	font-size:11px;
	line-height:16px;
}

.retailer_list_header_text{
	color:#959595;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:25px;
}

.retailer_list_search_zip{
	font-weight:bold;
	font-size:14px;
	color:#111111;
}

.retailer_list_pagination_text{
	font-size:12px;
	color:#959595;
}

#search_table{
	font-size:12px;
	color:#464646;
}

#zip_input{
	border:solid 1px #939598;
	margin-top:5px;
	margin-bottom:1px;
	margin-right:30px;
	width:103px;
	font-size:12px;
	color:#636363;
	font-family:Arial, Helvetica, sans-serif;
}

#distance_input{
	border:solid 1px #939598;
	margin-top:5px;
	margin-bottom:1px;
	margin-right:30px;
	width:126px;
	font-size:12px;
	color:#636363;
	font-family:Arial, Helvetica, sans-serif;
}

.download_link_text a{
	text-decoration:none;
	color:#414141;
	background-image:url(/img/download_arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:50px;
	display:block;
	height:31px;
	line-height:31px;
}

.download_link_text a:hover{
	color:#eb6d20;
}

.download_arrow_spacer{
	padding:15px;
	padding-left:25px;
}

#registration_form label{
	color:#464646;
	font-size:12px;
	display:block;
	padding-bottom:3px;
	margin-top:20px;
}

#registration_form select{
	border:solid #999b9e 1px;
	width:311px;
	font-size:11px;
	padding-top:2px;
	padding-bottom:2px;
}

#registration_form input{
	border:solid #999b9e 1px;
	width:311px;
	font-size:11px;
	color:414141;
	padding-top:3px;
	padding-bottom:2px;
}

#registration_form .error-message{
	color:#FF0000;
}

textarea{
	border:solid #999b9e 1px;
	width:311px;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}