/*these styles have been created 
for temporary development of nonfunctioning
pages that are to be developed by other coders*/

#center div#search-wrap {
	background-color: #ECEBE2;	
	border: 1px solid #ccc;
	margin: 5px 0;
	padding: 20px;
	position: relative;
	left: 20px;
	width: 510px;

}

#center table.search {
	font-size: .80em;
	position: relative;
	left: 10px;
}

#center table.search td {
	padding: 1px 6px 0 6px;
}

#center table.search td p {
	font-size: .75em;
	padding: 0;
	margin: 10px 0 -10px 0;
}

#center table.search strong {
	color: #585E56;
}

select.select {
	background-color: #ccc;
}

input.search-button {
	margin: 10px 0 0 17px;
}

input.input {
	margin: 0 0 5px 0;
}
