﻿@charset "utf-8";
/* CSS Document */

.button-back-to-search {
	background: url(/images/buttons/button-back-to-search.png) no-repeat 0px 0px;
	height: 20px;
	width: 127px;
	cursor:pointer;
}
.button-back-to-search:hover {
	background: url(/images/buttons/button-back-to-search.png) no-repeat 0 -20px;	
}
.button-back-to-search span {
	display: none;
}

/* Find a Texaco Station */
.button-find-station {
	background: url(/images/buttons/button-find-station.png) no-repeat 0px 0px;
	height: 20px;
	width: 102px;
	cursor:pointer;
}
.button-find-station:hover {
	background: url(/images/buttons/button-find-station.png) no-repeat 0 -20px;
}
.button-find-station span {
	display: none;
}

/* Get directions to a Texaco station */
.button-get-directions {
	background: url(/images/buttons/button-get-directions.png) no-repeat 0px 0px;
	height: 20px;
	width: 122px;
	cursor:pointer;
}
.button-get-directions:hover {
	background: url(/images/buttons/button-get-directions.png) no-repeat 0 -20px;
}
.button-get-directions span {
	display: none;
}
/* Print directions */
.button-print {
	background: url(/images/buttons/button-print.png) no-repeat 0px 0px;
	height: 20px;
	width: 78px;
	cursor:pointer;
}
.button-print:hover {
	background: url(/images/buttons/button-print.png) no-repeat 0 -20px;
}
.button-print span {
	display: none;
}
/* Reset form */
.button-reset {
	background: url(/images/buttons/button-reset.png) no-repeat 0px 0px;
	height: 20px;
	width: 60px;
	cursor:pointer;
	float: left;
	margin: 10px 0px 0px 10px;
}
.button-reset:hover {
	background: url(/images/buttons/button-reset.png) no-repeat 0 -20px;
}
.button-reset span {
	display: none;
}
/* Reverse directions */
.button-reverse-directions {
	background: url(/images/buttons/button-reverse-directions.png) no-repeat 0px 0px;
	height: 20px;
	width: 171px;
	cursor:pointer;
}
.button-reverse-directions:hover {
	background: url(/images/buttons/button-reverse-directions.png) no-repeat 0 -20px;
}
.button-reverse-directions span {
	display: none;
}
/* Submit form */
.button-submit {
	background: url(/images/buttons/button-submit.png) no-repeat 0px 0px;
	height: 20px;
	width: 66px;
	cursor:pointer;
	float: left;
	margin-top: 10px;
}
.button-submit:hover {
	background: url(/images/buttons/button-submit.png) no-repeat 0 -20px;
}
.button-submit span {
	display: none;
}
