/* search panel with blue background */

.outerPanel {
	width: 562px;
	background-color: #EDF3F9;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;		
	clear: both;
}
.innerPanel {
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.headerPanel {
	width: 282px;
	height: 44px;
	background-color: #2A58A6;				
}
h2.search {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 12px;
}
h3.search2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 12px 0 0 30px;
	margin: 0;
}
h3.search {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #003399;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;		
}




/* NEW CSS FOR EPSON SUPPLIES CENTRAL */

#SuppliesCentral .headerPanel { width: 100%; }

#SuppliesCentral form {
	margin: 0;
	padding: 0;
	border: 1px solid #edf3f9;
}


#SuppliesCentral fieldset#InkCode {
	clear: both;
	border: 0;
	margin: 0 0 10px 0;
	padding: 0 4px;
	border: 1px solid #edf3f9;
}

#SuppliesCentral fieldset#InkCode p {
	margin-top: 0;
	padding-top: 0;
}

#SuppliesCentral #InkCode label {
	display: block;
	float: left;
	padding: 4px 8px 0 0;
	text-align: right;
}

#SuppliesCentral #InkCode input {
	display: block;
	float: left;
}

#SuppliesCentral #InkCode input.go { margin: 1px 4px 0 4px; }

#SuppliesCentral #PaperFinder p {
	width: 23%;
	margin: 30px 0 20px 0;
}

#SuppliesCentral #PaperFinder {
	background: #EDF3F9 url('/images/paperMedia/epsonsc_papers.jpg') 230px 45px no-repeat;
	padding-bottom: 40px;
}


* html #SuppliesCentral ul { margin-bottom: 2px; }