﻿/*******************************************************************/
/*                                                                 */
/*      DO NOT EDIT THIS FILE!!!!! (Unless you are a dev)          */
/*                                                                 */
/*         Used to deploy new css settings globally                */
/*                                                                 */
/*******************************************************************/

.searchpanel .backlink
{
	background:url('/Style%20Library/Perks/Images/ArrowPrevious.png') no-repeat left top;
	height: 22px;
	width: 22px;
	float: left;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
}

.searchpanel .forwardlink
{
	background:url('/Style%20Library/Perks/Images/ArrowNext.png') no-repeat left top;
	height: 22px;
	width: 22px;
	display: inline-block;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
    margin-top: 3px;
}


