/*Search Box*/

/*borders*/
.invBoxTop3sides { border-bottom: 0px; background: #0c77b8;}
.invBoxRight    { border-right: 0px; background: #0c77b8; }
.invBoxBottom3sides  { border: 0px; background: #0c77b8; }
.invBoxLeft    { border-left: 0px; background: #0c77b8; }
.invTitle, .invTitle:hover	{
	color: #663300; 
	font: normal 13pt/15pt Trebuchet MS, Verdana, Arial ;
	text-align: center;
	text-transform: none;
	white-space: nowrap;
	text-indent:-9999px; /*moves text out of the way*/
	background: #0c77b8 url(/images/invSearchTitle.gif) 0px 10px no-repeat;
}
.invBckBlue	  { background: #0c77b8;}
.inv, .inv:hover    { color: #000; font-family : Trebuchet MS, Arial, Verdana; font-size : 10pt; font-weight: bold; text-transform: none; letter-spacing: 1px; text-decoration: none;}
.invSelectList {
font-family : Trebuchet MS, Arial, Verdana;
width: 125px;
font-size: 12px;
font-weight: normal;
color: #000;
background-color: #fff;
letter-spacing: 1px;
}
.invSubmitBtn { 
	border: 1px solid #b3b3b3;
	color: #333; 
	font: bold 9pt/11pt arial, verdana, sans serif;
	height: 25px;
	background: #ececec; 
}


