/*Search Box*/
.invBoxTop3sides { border: 1px solid #000; border-bottom: 0; background-color: #767676; }
.invTitle, .invTitle:hover	{ color: #fff; font-family : Verdana, Trebuchet MS, Arial ; font-size : 15px; font-weight: bold; text-align: center; text-transform: uppercase; white-space: nowrap;}
.invBoxLeft    { border-left: 1px solid #000; background: #ccc url(/images/bckInv.jpg) repeat-x; }
.invBckBlue	  { background: #ccc url(/images/bckInv.jpg) repeat-x;}
.inv, .inv:hover    { color: #000; font-family : Trebuchet MS, Arial, Verdana; font-size : 10px; font-weight: bold; text-transform: uppercase; 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 black;
	color: #333; 
	font-family: arial, verdana, ms sans serif; 
	font-weight: bold; 
	font-size: 11px; 
	background-color: #fff;
}
.invBoxRight   { border-right: 1px solid #000; background: #ccc url(/images/bckInv.jpg) repeat-x; }
.invBoxBottom3sides { border: 1px solid #000; border-top: 0; background-color: #c3c3c3; }

