
/* SEARCH BOX FORMATTING */
a img {
	border: none;
}

div#outer {
	width: 178px; /* 1px border means content area must be
   2px smaller than total size */
	height: 148px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	position: relative;
	font-family: 'Verdana', sans-serif;
	font-size: 10px;
}

div#logo {
	position: static;
	bottom: 0px;
	background-color: #000000;
	width: 178px;
	height: 36px;
	padding: 3px 0px;
	border: none;
	text-align: center;
}

div#logo a {
	color: #FFFFFF;
}

form {
	margin: 0px;
	padding: 0px 5px;
	white-space: nowrap;
}

form p {
	margin: 7px 0px;
	font-weight: bold;
}

form select {
	width: 168px;
}

form input#keyword {
	width: 137px;
	position: absolute;
	top: 0px;
	left: 0px;
}

form input#button {
	position: absolute;
	top: 0px;
	right: 0px;
}
	

/* AMAZON LINK GENERATOR */

#linkgen {
	width: 178px;
	height: 158px;
	border: 5px solid #B5B5CE;
	background-color: #D2D3E6;
	padding-top: 25px;
	font: bold 13 px Georgia, "Times New Roman", serif;
	color: #003366;
	text-align: center;
}