/* CSS Document */

/*Rollover Images -------------- displays 50% of image, so shifts the image 50% to the left ----------------*/

a.GetRates {
	/*float: right;*/
	display: block;
	width: 145px;
	height: 20px;
	background: url("../images/get_rates.png") 0 0 no-repeat;
	text-decoration: none;
}
 
a:hover.GetRates {
    background-position: -145px 0;
}


a.NextResults {
	/*float: right;*/
	display: block;
	width: 25px;
	height: 25px;
	background: url("../images/next_results.png") 0 0 no-repeat;
	text-decoration: none;
}
 
a:hover.NextResults {
    background-position: -25px 0;
}

a.PreviousResults {
	/*float: right;*/
	display: block;
	width: 25px;
	height: 25px;
	background: url("../images/previous_results.png") 0 0 no-repeat;
	text-decoration: none;
}
 
a:hover.PreviousResults {
    background-position: -25px 0;
}


a.help {
	/*float: right;*/
	display: block;
	width: 145px;
	height: 20px;
	background: url("../images/rates_need_help.png") 0 0 no-repeat;
	text-decoration: none;
}
 
a:hover.help {
    background-position: -145px 0;
}


a.closehelp {
	/*float: right;*/
	display: block;
	width: 145px;
	height: 20px;
	background: url("../images/rates_close_help.png") 0 0 no-repeat;
	text-decoration: none;
}
 
a:hover.closehelp {
    background-position: -145px 0;
}