﻿body {font-family: Tahoma, Arial;} 
 a:link {text-decoration:none;}
 a:visited {text-decoration:none;}
 a:hover {text-decoration:underline;}


 .findbranch_txtbox
{
	font-size: 10pt;
	width: 60px;
	background-color: #ffffcc;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.findbranch_btn
{
	font-size: 10pt;
	width: 30px;
	background-color: #cccc99;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.findbranch_lbl
{
	font-size: 10pt;
	font-weight: bold;
	background-color: #ffffcc;
}
.findbranch_pnl
{
	text-align: center;
}

.find-box
{ 
	background-color:PaleGoldenrod;
	border-style: solid;
	border-color: DimGray;
	border-width: 1px;
	width: 50px;
}

.find-label
{
	 background-color: #f0f0f0;
	 font-family: Verdana;
	 font-size: 10pt;
	 padding-left: 4px;
}