/* Styles for Form Navigation. */

.gohome {
	background-image: url(/images/gohome.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-image: none;
	list-style-type:none;
	padding-left: 25px;
}

.goleft {
	background-image: url(/images/goleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-image: none;
	list-style-type:none;
	padding-left: 25px;
}

.goright {
	background-image: url(/images/goright.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-image: none;
	list-style-type:none;
	padding-left: 25px;
}

.goblank {
	background-image: url(/images/goblank.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-image: none;
	list-style-type:none;
	padding-left: 25px;
}

.btnback {
 	background-color: transparent;
	background-image:url(/images/button.gif);
	background-repeat: none;
	background-position: right top;
	padding-right: 0px;  padding-left: 5px;
	margin: 0;
	border: 0;
	height: 23px;
	display:inline-block;
}
 .gobtn {
 	background-color: transparent;
	padding-right: 7px;  padding-left: 5px; padding-top: 4px;
	margin-top: -1px;  margin-right: -1px;
	border: 0;
	height: 23px;
	display:inline-block;
	font-family: Arial, Helvetica, sans-serif;
	color:#1e4a49; text-align: center;  font-weight:bold; font-size: .8em; line-height: 1.4em;
	
}

button:hover .gobtn {color: #FFFFFF;}

