/* CSS Document */

form input.formBtnGo {
	background: url(../images/btns/go-bkg.jpg) top left no-repeat;
	width: 44px;
	height: 22px;
	line-height: 20px;
	padding: 0;
	border: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold; }
form input.formBtnGo:hover { background: url(../images/btns/go-bkg-over.jpg) top left no-repeat; }
form .txtBox {
	padding: 2px;
	border: 1px solid black;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; }
form p {
	margin: 5px 0; }
form input.formBtn {
	background: url(../images/btns/btn-bkg.jpg) top left no-repeat;
	width: 82px;
	height: 22px;
	line-height: 20px;
	padding: 0;
	border: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold; }
form input.formBtn:hover { background: url(../images/btns/btn-bkg-over.jpg) top left no-repeat; }


